VoiceState
Defined in: src/structures/Types/Utils.ts:575
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
channel_id (src/structures/Types/Utils.ts:591) | string | Voice Channel Id |
deaf (src/structures/Types/Utils.ts:595) | boolean | Server Deaf status |
event (src/structures/Types/Utils.ts:581) | VoiceServer | Event data |
guild_id (src/structures/Types/Utils.ts:585) | string | guild id of the voice channel |
guildId (src/structures/Types/Utils.ts:579) | string | GuildId provided by lavalink |
mute (src/structures/Types/Utils.ts:593) | boolean | Server Mute status |
op (src/structures/Types/Utils.ts:577) | "voiceUpdate" | OP key from lavalink |
request_to_speak_timestamp (src/structures/Types/Utils.ts:605) | boolean | Whether the user requests to speak (stage channel) |
self_deaf (src/structures/Types/Utils.ts:597) | boolean | Self Deaf status |
self_mute (src/structures/Types/Utils.ts:599) | boolean | Self Mute status |
self_stream (src/structures/Types/Utils.ts:603) | boolean | Self Stream status |
self_video (src/structures/Types/Utils.ts:601) | boolean | Self Video (Camera) status |
session_id (src/structures/Types/Utils.ts:589) | string | Session Id of the voice connection |
sessionId? (src/structures/Types/Utils.ts:583) | string | Session Id of the voice connection |
suppress (src/structures/Types/Utils.ts:607) | boolean | Self suppressed status (stage channel) |
user_id (src/structures/Types/Utils.ts:587) | string | user id from the voice connection |