Skip to main content
Latest
interface UpdateVoiceStateCommand
import { type UpdateVoiceStateCommand } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

guildId: GuildId

id of the guild

optional
channelId: ChannelId

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

selfMute: boolean

is the client muted

selfDeaf: boolean

is the client deafened