WidgetMember

export class WidgetMember extends Base
export class WidgetMember extends Base
Represents a WidgetMember.

Extends

Base
activity:WidgetActivity | null
The activity of the member.
avatar:string | null
The avatar of the member.
avatarURL:string
The avatar URL of the member.
channelId:Snowflake | null
The id of the voice channel the member is in, if any
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
deaf:boolean | null
If the member is server deafened
discriminator:string
The discriminator of the member.
The id of the user. It's an arbitrary number.
mute:boolean | null
If the member is server muted
selfDeaf:boolean | null
If the member is self deafened
selfMute:boolean | null
If the member is self muted
The status of the member.
suppress:boolean | null
If the member is suppressed
username:string
The username of the member.
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string