DiscordMemberWithUser
Documentation / @discordeno/bot / DiscordMemberWithUser
Interface: DiscordMemberWithUser
Defined in: packages/types/dist/types/discord.d.ts:1210
https://discord.com/developers/docs/resources/guild#guild-member-object
Extends
Extended by
Properties
avatar?
optional
avatar:string
Defined in: packages/types/dist/types/discord.d.ts:267
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.d.ts:283
data for the member's guild avatar decoration
Inherited from
DiscordMember
.avatar_decoration_data
banner?
optional
banner:string
Defined in: packages/types/dist/types/discord.d.ts:269
The member's guild banner
Inherited from
communication_disabled_until?
optional
communication_disabled_until:null
|string
Defined in: packages/types/dist/types/discord.d.ts:279
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?
optional
deaf:boolean
Defined in: packages/types/dist/types/discord.d.ts:257
Whether the user is deafened in voice channels
Inherited from
flags
flags:
number
Defined in: packages/types/dist/types/discord.d.ts:281
Guild member flags
Inherited from
joined_at
joined_at:
string
Defined in: packages/types/dist/types/discord.d.ts:273
When the user joined the guild
Inherited from
mute?
optional
mute:boolean
Defined in: packages/types/dist/types/discord.d.ts:259
Whether the user is muted in voice channels
Inherited from
nick?
optional
nick:null
|string
Defined in: packages/types/dist/types/discord.d.ts:265
This user's guild nickname
Inherited from
pending?
optional
pending:boolean
Defined in: packages/types/dist/types/discord.d.ts:261
Whether the user has not yet passed the guild's Membership Screening requirements
Inherited from
permissions?
optional
permissions:string
Defined in: packages/types/dist/types/discord.d.ts:277
The permissions this member has in the guild. Only present on interaction events and OAuth2 current member fetch.
Inherited from
premium_since?
optional
premium_since:null
|string
Defined in: packages/types/dist/types/discord.d.ts:275
When the user started boosting the guild
Inherited from
roles
roles:
string
[]
Defined in: packages/types/dist/types/discord.d.ts:271
Array of role object ids
Inherited from
user
user:
DiscordUser
Defined in: packages/types/dist/types/discord.d.ts:1212
The user object for this member