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

x/oasis/packages/deps.ts>UpdateVoiceState

An object oriented Discordeno framework
Latest
interface UpdateVoiceState
import { type UpdateVoiceState } from "https://deno.land/x/oasis@2.1.0/packages/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