export interface APIGuildMember
https://discord.com/developers/docs/resources/guild#guild-member-object
optionalexternalAPIAvatarDecorationData | null avatar_decoration_data? :
The data for the member's guild avatar decorationSee https://discord.com/developers/docs/resources/user#avatar-decoration-data-object
Timestamp of when the time out will be removed; until then, they cannot interact with the guild
externalboolean deaf :
Whether the user is deafened in voice channels
externalGuildMemberFlags flags :
Guild member flags represented as a bit set, defaults to 0
externalstring joined_at :
When the user joined the guild
externalboolean mute :
Whether the user is muted in voice channels
optionalexternalboolean pending? :
Whether the user has not yet passed the guild's Membership Screening requirements
When the user started boosting the guildSee https://support.discord.com/hc/articles/360028038352
externalSnowflake[] roles :
Array of role object idsSee https://discord.com/developers/docs/topics/permissions#role-object
externalAPIUser user :
The user this guild member represents**This field won't be included in the member object attached to MESSAGE_CREATE
and MESSAGE_UPDATE
gateway events.**See https://discord.com/developers/docs/resources/user#user-object