Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface UpdateVoiceState
import { type UpdateVoiceState } from "https://deno.land/x/discordeno@17.2.0/helpers/guilds/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