We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b642511 commit 3ab1280Copy full SHA for 3ab1280
discord/member.go
@@ -24,6 +24,7 @@ type Member struct {
24
Mute bool `json:"mute,omitempty"`
25
Flags MemberFlags `json:"flags"`
26
Pending bool `json:"pending"`
27
+ UnusualDMActivityUntil *time.Time `json:"unusual_dm_activity_until"`
28
CommunicationDisabledUntil *time.Time `json:"communication_disabled_until"`
29
AvatarDecorationData *AvatarDecorationData `json:"avatar_decoration_data"`
30
0 commit comments