DiscordMemberWithUser
Documentation / @discordeno/types / DiscordMemberWithUser
Interface: DiscordMemberWithUser
Defined in: discord/guild.ts:367
https://docs.discord.com/developers/resources/guild#guild-member-object-guild-member-structure
Extends
Extended by
Properties
avatar?
optionalavatar?:string|null
Defined in: discord/guild.ts:337
The member's custom avatar for this server.
Inherited from
avatar_decoration_data?
optionalavatar_decoration_data?:DiscordAvatarDecorationData|null
Defined in: discord/guild.ts:363
data for the member's guild avatar decoration
Inherited from
DiscordMember.avatar_decoration_data
banner?
optionalbanner?:string|null
Defined in: discord/guild.ts:339
The member's guild banner
Inherited from
communication_disabled_until?
optionalcommunication_disabled_until?:string|null
Defined in: discord/guild.ts:361
when the user's timeout will expire and the user will be able to communicate in the guild again (set null to remove timeout), null or a time in the past if the user is not timed out
Inherited from
DiscordMember.communication_disabled_until
deaf
deaf:
boolean
Defined in: discord/guild.ts:351
Whether the user is deafened in voice channels
Inherited from
flags
flags:
number
Defined in: discord/guild.ts:355
Guild member flags
Inherited from
joined_at
joined_at:
string|null
Defined in: discord/guild.ts:347
When the user joined the guild
Remarks
Member objects retrieved from VOICE_STATE_UPDATE events will have joined_at set as null if the member was invited as a guest.
Inherited from
mute
mute:
boolean
Defined in: discord/guild.ts:353
Whether the user is muted in voice channels
Inherited from
nick?
optionalnick?:string|null
Defined in: discord/guild.ts:335
This user's guild nickname
Inherited from
pending?
optionalpending?:boolean
Defined in: discord/guild.ts:357
Whether the user has not yet passed the guild's Membership Screening requirements
Inherited from
permissions?
optionalpermissions?:string
Defined in: discord/guild.ts:359
The permissions this member has in the guild. Only present on interaction events and OAuth2 current member fetch.
Inherited from
premium_since?
optionalpremium_since?:string|null
Defined in: discord/guild.ts:349
When the user started boosting the guild
Inherited from
roles
roles:
string[]
Defined in: discord/guild.ts:341
Array of role object ids
Inherited from
user
user:
DiscordUser
Defined in: discord/guild.ts:369
The user object for this member