Skip to main content

UpdateVoiceState

@discordeno/gateway


Documentation / @discordeno/gateway / UpdateVoiceState

Interface: UpdateVoiceState

Defined in: gateway/src/types.ts:179

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

Properties

channelId

channelId: null | string

Defined in: gateway/src/types.ts:183

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


guildId

guildId: string

Defined in: gateway/src/types.ts:181

id of the guild


selfDeaf

selfDeaf: boolean

Defined in: gateway/src/types.ts:187

Is the client deafened


selfMute

selfMute: boolean

Defined in: gateway/src/types.ts:185

Is the client muted