UpdateVoiceState
Documentation / @discordeno/gateway / UpdateVoiceState
Interface: UpdateVoiceState
Defined in: gateway/src/types.ts:196
https://discord.com/developers/docs/topics/gateway#update-voice-state
Properties
channelId
channelId:
null
|string
Defined in: gateway/src/types.ts:200
id of the voice channel client wants to join (null if disconnecting)
guildId
guildId:
string
Defined in: gateway/src/types.ts:198
id of the guild
selfDeaf
selfDeaf:
boolean
Defined in: gateway/src/types.ts:204
Is the client deafened
selfMute
selfMute:
boolean
Defined in: gateway/src/types.ts:202
Is the client muted