VoiceState
Defined in: src/structures/Types/Utils.ts:501
Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
channel_id (src/structures/Types/Utils.ts:517) | string | Voice Channel Id |
deaf (src/structures/Types/Utils.ts:521) | boolean | Server Deaf status |
event (src/structures/Types/Utils.ts:507) | VoiceServer | Event data |
guild_id (src/structures/Types/Utils.ts:511) | string | guild id of the voice channel |
guildId (src/structures/Types/Utils.ts:505) | string | GuildId provided by lavalink |
mute (src/structures/Types/Utils.ts:519) | boolean | Server Mute status |
op (src/structures/Types/Utils.ts:503) | "voiceUpdate" | OP key from lavalink |
request_to_speak_timestamp (src/structures/Types/Utils.ts:531) | boolean | Wether the user requests to speak (stage channel) |
self_deaf (src/structures/Types/Utils.ts:523) | boolean | Self Deaf status |
self_mute (src/structures/Types/Utils.ts:525) | boolean | Self Mute status |
self_stream (src/structures/Types/Utils.ts:529) | boolean | Self Stream status |
self_video (src/structures/Types/Utils.ts:527) | boolean | Self Video (Camera) status |
session_id (src/structures/Types/Utils.ts:515) | string | Session Id of the voice connection |
sessionId? (src/structures/Types/Utils.ts:509) | string | Session Id of the voice connection |
suppress (src/structures/Types/Utils.ts:533) | boolean | Self suppressed status (stage channel) |
user_id (src/structures/Types/Utils.ts:513) | string | user id from the voice connection |