DiscordInteractionMember
Documentation / @discordeno/bot / DiscordInteractionMember
Interface: DiscordInteractionMember
Defined in: packages/types/dist/types/discord/interactions.d.ts:568
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-structure specifcly the member propriety
Extends
Properties
avatar?
optional
avatar:string
Defined in: packages/types/dist/types/discord/guild.d.ts:322
The member's custom avatar for this server.
Inherited from
avatar_decoration_data?
optional
avatar_decoration_data:null
|DiscordAvatarDecorationData
Defined in: packages/types/dist/types/discord/guild.d.ts:338
data for the member's guild avatar decoration
Inherited from
DiscordMemberWithUser
.avatar_decoration_data
banner?
optional
banner:string
Defined in: packages/types/dist/types/discord/guild.d.ts:324
The member's guild banner
Inherited from
communication_disabled_until?
optional
communication_disabled_until:null
|string
Defined in: packages/types/dist/types/discord/guild.d.ts:334
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?
optional
deaf:boolean
Defined in: packages/types/dist/types/discord/guild.d.ts:312
Whether the user is deafened in voice channels
Inherited from
flags
flags:
number
Defined in: packages/types/dist/types/discord/guild.d.ts:336
Guild member flags
Inherited from
joined_at
joined_at:
string
Defined in: packages/types/dist/types/discord/guild.d.ts:328
When the user joined the guild
Inherited from
DiscordMemberWithUser
.joined_at
mute?
optional
mute:boolean
Defined in: packages/types/dist/types/discord/guild.d.ts:314
Whether the user is muted in voice channels
Inherited from
nick?
optional
nick:null
|string
Defined in: packages/types/dist/types/discord/guild.d.ts:320
This user's guild nickname
Inherited from
pending?
optional
pending:boolean
Defined in: packages/types/dist/types/discord/guild.d.ts:316
Whether the user has not yet passed the guild's Membership Screening requirements
Inherited from
permissions
permissions:
string
Defined in: packages/types/dist/types/discord/interactions.d.ts:570
Total permissions of the member in the channel, including overwrites, returned when in the interaction object
Overrides
DiscordMemberWithUser
.permissions
premium_since?
optional
premium_since:null
|string
Defined in: packages/types/dist/types/discord/guild.d.ts:330
When the user started boosting the guild
Inherited from
DiscordMemberWithUser
.premium_since
roles
roles:
string
[]
Defined in: packages/types/dist/types/discord/guild.d.ts:326
Array of role object ids
Inherited from
user
user:
DiscordUser
Defined in: packages/types/dist/types/discord/guild.d.ts:343
The user object for this member