Skip to main content

UpdateVoiceState

@discordeno/bot


Documentation / @discordeno/bot / UpdateVoiceState

Interface: UpdateVoiceState

Defined in: packages/gateway/dist/types/types.d.ts:171

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

Properties

channelId

channelId: null | string

Defined in: packages/gateway/dist/types/types.d.ts:175

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


guildId

guildId: string

Defined in: packages/gateway/dist/types/types.d.ts:173

id of the guild


selfDeaf

selfDeaf: boolean

Defined in: packages/gateway/dist/types/types.d.ts:179

Is the client deafened


selfMute

selfMute: boolean

Defined in: packages/gateway/dist/types/types.d.ts:177

Is the client muted