GatewayGuildMemberUpdateDispatchData

export interface GatewayGuildMemberUpdateDispatchData extends _Nullable<APIGuildMemberJoined>, APIBaseGuildMember, Partial<APIBaseVoiceGuildMember>, Partial<APIFlaggedGuildMember>, Required<APIGuildMemberAvatar>, Required<APIGuildMemberUser>
export interface GatewayGuildMemberUpdateDispatchData extends _Nullable<APIGuildMemberJoined>, APIBaseGuildMember, Partial<APIBaseVoiceGuildMember>, Partial<APIFlaggedGuildMember>, Required<APIGuildMemberAvatar>, Required<APIGuildMemberUser>
avatar_decoration_data?:APIAvatarDecorationData | null
The data for the member's guild avatar decoration
Inherited from APIBaseGuildMember
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
guild_id:Snowflake
The id of the guild
nick?:string | null
This users guild nickname
Inherited from APIBaseGuildMember
pending?:boolean
Whether the user has not yet passed the guild's Membership Screening requirements
Remarks
If this field is not present, it can be assumed as false.
Inherited from APIBaseGuildMember
premium_since?:string | null
When the user started boosting the guild
Inherited from APIBaseGuildMember