APIGuildMemberNoUser

export interface APIGuildMemberNoUser extends APIBaseGuildMember, APIFlaggedGuildMember, APIGuildMemberAvatar, APIGuildMemberJoined, APIBaseVoiceGuildMember
export interface APIGuildMemberNoUser extends APIBaseGuildMember, APIFlaggedGuildMember, APIGuildMemberAvatar, APIGuildMemberJoined, APIBaseVoiceGuildMember

No summary provided.

avatar_decoration_data?:APIAvatarDecorationData | null
The data for the member's guild avatar decoration
Inherited from APIBaseGuildMember
avatar?:string | null
The member's guild avatar hash
Inherited from APIGuildMemberAvatar
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
deaf:boolean
Whether the user is deafened in voice channels
Inherited from APIBaseVoiceGuildMember
Guild member flags represented as a bit set
Default value
0
Inherited from APIFlaggedGuildMember
joined_at:string
When the user joined the guild
Inherited from APIGuildMemberJoined
mute:boolean
Whether the user is muted in voice channels
Inherited from APIBaseVoiceGuildMember
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