DiscordInteractionMember
Documentation / @discordeno/types / DiscordInteractionMember
Interface: DiscordInteractionMember
Defined in: discord/interactions.ts:73
https://docs.discord.com/developers/interactions/receiving-and-responding#interaction-object-interaction-structure (Specifically, the member propriety)
Extends
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
DiscordMemberWithUser.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
DiscordMemberWithUser.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
DiscordMemberWithUser.joined_at
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
permissions:
string
Defined in: discord/interactions.ts:75
Total permissions of the member in the channel, including overwrites, returned when in the interaction object
Overrides
DiscordMemberWithUser.permissions
premium_since?
optionalpremium_since?:string|null
Defined in: discord/guild.ts:349
When the user started boosting the guild
Inherited from
DiscordMemberWithUser.premium_since
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