discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
GuildMember
discord
w
types
https://discordapp.com/developers/docs/resources/guild#guild-member-object
struct
GuildMember {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
User
user
;
@
optional
Nullable
!
string
nick
;
Snowflake
[]
roles
;
SafeTime
joined_at
;
bool
deaf
;
bool
mute
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
deaf
bool
deaf
;
Undocumented in source.
joined_at
SafeTime
joined_at
;
Undocumented in source.
mute
bool
mute
;
Undocumented in source.
nick
Nullable
!
string
nick
;
Undocumented in source.
roles
Snowflake
[]
roles
;
Undocumented in source.
user
User
user
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
types
aliases
SafeTime
enums
ExplicitContentFilterLevel
MFALevel
MessageNotificationLevel
Permissions
VerificationLevel
manifest constants
DiscordCDN
structs
Activity
ApplicationInformation
Attachment
Ban
Channel
Embed
Emoji
Guild
GuildEmbed
GuildMember
Integration
Invite
Message
Overwrite
PartialUser
PresenceUpdate
Reaction
Role
Snowflake
UnavailableGuild
UpdateStatus
User
VoiceRegion
VoiceState
https://discordapp.com/developers/docs/resources/guild#guild-member-object