Skip to main content

UpdateVoiceState

@discordeno/botDocs


Documentation / @discordeno/bot / UpdateVoiceState

Interface: UpdateVoiceState

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

Properties

channelId

channelId: null | string

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

Defined in

packages/gateway/dist/types/types.d.ts:189


guildId

guildId: string

id of the guild

Defined in

packages/gateway/dist/types/types.d.ts:187


selfDeaf

selfDeaf: boolean

Is the client deafened

Defined in

packages/gateway/dist/types/types.d.ts:193


selfMute

selfMute: boolean

Is the client muted

Defined in

packages/gateway/dist/types/types.d.ts:191