UpdateVoiceState
https://discord.com/developers/docs/topics/gateway#update-voice-state
Signature
export interface UpdateVoiceStateProperties
4Methods
0No methods.
Properties
guild_id: string;id of the guild
channel_id: string | null;id of the voice channel client wants to join (null if disconnecting)
self_mute: boolean;Is the client muted
self_deaf: boolean;Is the client deafened