Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>UpdateVoiceState

Discord API library for Node and Deno
Go to Latest
interface UpdateVoiceState
import { type UpdateVoiceState } from "https://deno.land/x/discordeno_patched@18.0.2/mod.ts";

Properties

guildId: string

id of the guild

channelId: string | null

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

selfMute: boolean

Is the client muted

selfDeaf: boolean

Is the client deafened