VoiceState
- class VoiceState()
Tracks a user’s current voice connection status in a guild, including channel, mute/deafen state, and stage suppression.
exported from
lib.weeble.dProperties
- VoiceState.channelId
type: readonly string | null | undefined
Channel ID the user is connected to, or
nullif not in voice.
- VoiceState.deaf
type: readonly boolean | undefined
Indicates whether the user is server-deafened. undefined when the payload omitted it;
falseonly when Discord sent false.
- VoiceState.member
type: readonly
GuildMember| nullGuild member object for this user, or
null.
- VoiceState.requestToSpeakTimestamp
-
Stage request-to-speak time as a Unix timestamp in milliseconds.
- VoiceState.selfDeaf
type: readonly boolean | undefined
Indicates whether the user has deafened themselves.
- VoiceState.selfMute
type: readonly boolean | undefined
Indicates whether the user has muted themselves.
- VoiceState.selfVideo
type: readonly boolean | undefined
Indicates whether the user’s camera is enabled.