interface GatewayVoiceStateUpdateData

external
export interface GatewayVoiceStateUpdateData

https://discord.com/developers/docs/topics/gateway-events#update-voice-state

external
channel_id : Snowflake | null

ID of the voice channel client wants to join (null if disconnecting)

external
guild_id : Snowflake

ID of the guild

external
self_deaf : boolean

Is the client deafened

external
self_mute : boolean

Is the client muted