Skip to main content
Module

x/harmony/mod.ts>VoiceStatePayload

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

Properties

optional
guild_id: string
channel_id: string | null
user_id: string
optional
member: MemberPayload
session_id: string
deaf: boolean
mute: boolean
self_deaf: boolean
self_mute: boolean
optional
self_stream: boolean
self_video: boolean
suppress: boolean
request_to_speak_timestamp: string | null