Skip to main content

UpdateVoiceState

Documentation


Documentation / @discordeno/gateway / UpdateVoiceState

Interface: UpdateVoiceState

Defined in: types.ts:181

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

Properties

channelId

channelId: string | null

Defined in: types.ts:185

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


guildId

guildId: string

Defined in: types.ts:183

id of the guild


selfDeaf

selfDeaf: boolean

Defined in: types.ts:189

Is the client deafened


selfMute

selfMute: boolean

Defined in: types.ts:187

Is the client muted