channel_id | string | Voice Channel Id | src/structures/Types/Utils.ts:505 |
deaf | boolean | Server Deaf status | src/structures/Types/Utils.ts:509 |
event | VoiceServer | Event data | src/structures/Types/Utils.ts:495 |
guild_id | string | guild id of the voice channel | src/structures/Types/Utils.ts:499 |
guildId | string | GuildId provided by lavalink | src/structures/Types/Utils.ts:493 |
mute | boolean | Server Mute status | src/structures/Types/Utils.ts:507 |
op | "voiceUpdate" | OP key from lavalink | src/structures/Types/Utils.ts:491 |
request_to_speak_timestamp | boolean | Wether the user requests to speak (stage channel) | src/structures/Types/Utils.ts:519 |
self_deaf | boolean | Self Deaf status | src/structures/Types/Utils.ts:511 |
self_mute | boolean | Self Mute status | src/structures/Types/Utils.ts:513 |
self_stream | boolean | Self Stream status | src/structures/Types/Utils.ts:517 |
self_video | boolean | Self Video (Camera) status | src/structures/Types/Utils.ts:515 |
session_id | string | Session Id of the voice connection | src/structures/Types/Utils.ts:503 |
sessionId? | string | Session Id of the voice connection | src/structures/Types/Utils.ts:497 |
suppress | boolean | Self suppressed status (stage channel) | src/structures/Types/Utils.ts:521 |
user_id | string | user id from the voice connection | src/structures/Types/Utils.ts:501 |