Skip to main content
Module

x/harmony/src/types/gateway.ts>GatewayVoiceStateUpdate

An easy to use Discord API Library for Deno.
Go to Latest
interface GatewayVoiceStateUpdate
import { type GatewayVoiceStateUpdate } from "https://deno.land/x/harmony@v2.9.0/src/types/gateway.ts";

Properties

guild_id: string
channel_id: string
self_mute: boolean
self_deaf: boolean