Skip to main content
Module

x/higa/mod.ts>VoiceState

A package to interract with the Discord API coded by myself
Go to Latest
interface VoiceState
Re-export
import { type VoiceState } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

optional
guild_id: string
channel_id: string
user_id: string
optional
member: GuildMember
session_id: string
deaf: boolean
mute: boolean
self_deaf: boolean
self_mute: boolean
optional
self_stream: boolean
self_video: boolean
suppress: boolean
optional
request_to_speak_timestamp: number