UpdateVoiceState
Documentation / @discordeno/bot / UpdateVoiceState
Interface: UpdateVoiceState
Defined in: packages/gateway/dist/types/types.d.ts:185
https://discord.com/developers/docs/topics/gateway#update-voice-state
Properties
channelId
channelId:
null
|string
Defined in: packages/gateway/dist/types/types.d.ts:189
id of the voice channel client wants to join (null if disconnecting)
guildId
guildId:
string
Defined in: packages/gateway/dist/types/types.d.ts:187
id of the guild
selfDeaf
selfDeaf:
boolean
Defined in: packages/gateway/dist/types/types.d.ts:193
Is the client deafened
selfMute
selfMute:
boolean
Defined in: packages/gateway/dist/types/types.d.ts:191
Is the client muted