interface APIBaseGuildMember

external
export interface APIBaseGuildMember

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

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

optionalexternal
communication_disabled_until? : string | null

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

optionalexternal
nick? : string | null

This users guild nickname

optionalexternal
pending? : boolean

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

optionalexternal
premium_since? : string | null

When the user started boosting the guild

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

external
roles : Snowflake[]

Array of role object ids

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