WidgetMember
classe · Source
Represents a WidgetMember.
Extends: Base
Properties
id
id: string
The id of the user. It's an arbitrary number. Source
username
username: string
The username of the member. Source
discriminator
discriminator: string
The discriminator of the member. Source
avatar
nullable
avatar: string
The avatar of the member. Source
status
status: PresenceStatus
The status of the member. Source
deaf
nullable
deaf: boolean
If the member is server deafened Source
mute
nullable
mute: boolean
If the member is server muted Source
selfDeaf
nullable
selfDeaf: boolean
If the member is self deafened Source
selfMute
nullable
selfMute: boolean
If the member is self muted Source
suppress
nullable
suppress: boolean
If the member is suppressed Source
channelId
nullable
channelId: Snowflake
The id of the voice channel the member is in, if any Source
avatarURL
avatarURL: string
The avatar URL of the member. Source
activity
nullable
activity: WidgetActivity
The activity of the member. Source
client
readonly
client: Client
The client that instantiated this Source