interface APIInteractionGuildMember
extends
APIGuildMemberexport interface APIInteractionGuildMember extends APIGuildMemberhttps://discord.com/developers/docs/resources/guild#guild-member-object
optionalavatar_decoration_data? : APIAvatarDecorationData | null 
The data for the member's guild avatar decorationSee https://discord.com/developers/docs/resources/user#avatar-decoration-data-object
Inherited from: APIGuildMember
Timestamp of when the time out will be removed; until then, they cannot interact with the guild
Inherited from: APIGuildMember
flags : GuildMemberFlags
Guild member flags represented as a bit set, defaults to 0
Inherited from: APIGuildMember
optionalpending? : boolean 
Whether the user has not yet passed the guild's Membership Screening requirements
Inherited from: APIGuildMember
permissions : Permissions
When the user started boosting the guildSee https://support.discord.com/hc/articles/360028038352
Inherited from: APIGuildMember
roles : Snowflake[]
Array of role object idsSee https://discord.com/developers/docs/topics/permissions#role-object
Inherited from: APIGuildMember