Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/natico/examples/deps.ts>UpdateVoiceState

A powerful and customizable framework for Discordeno
Latest
interface UpdateVoiceState
Re-export
import { type UpdateVoiceState } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.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