interface APIInteractionDataResolvedGuildMember

external
export interface APIInteractionDataResolvedGuildMember extends APIBaseGuildMember, APIFlaggedGuildMember, APIGuildMemberAvatar, APIGuildMemberJoined

See also: https://discord.com/developers/docs/resources/guild#guild-member-object

optionalexternal
avatar_decoration_data? : APIAvatarDecorationData | null

The data for the member's guild avatar decoration

Inherited from: APIBaseGuildMember

See also: https://discord.com/developers/docs/resources/user#avatar-decoration-data-object

optionalexternal
avatar? : string | null

The member's guild avatar hash

Inherited from: APIGuildMemberAvatar

The member's guild banner hash

Inherited from: APIGuildMemberAvatar

optionalexternal
communication_disabled_until? : string | null

Timestamp of when the time out will be removed; until then, they cannot interact with the guild

Inherited from: APIBaseGuildMember

external
flags : GuildMemberFlags = 0

Guild member flags represented as a bit set

Inherited from: APIFlaggedGuildMember

external
joined_at : string

When the user joined the guild

Inherited from: APIGuildMemberJoined

optionalexternal
nick? : string | null

This users guild nickname

Inherited from: APIBaseGuildMember

optionalexternal
pending? : boolean

Whether the user has not yet passed the guild's Membership Screening requirements

Inherited from: APIBaseGuildMember

external
permissions : Permissions

optionalexternal
premium_since? : string | null

When the user started boosting the guild

Inherited from: APIBaseGuildMember

See also: https://support.discord.com/hc/articles/360028038352

external
roles : Snowflake[]

Array of role object ids

Inherited from: APIBaseGuildMember

See also: https://discord.com/developers/docs/topics/permissions#role-object