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