Skip to main content
Module

x/natico/mod.ts>VoiceState

A powerful and customizable framework for Discordeno
Latest
interface VoiceState
Re-export
import { type VoiceState } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Properties

optional
guildId: string

The guild id this voice state is for

channelId: string | null

The channel id this user is connected to

userId: string

The user id this voice state is for

optional
member: GuildMemberWithUser

The guild member this voice state is for

sessionId: string

The session id for this voice state

deaf: boolean

Whether this user is deafened by the server

mute: boolean

Whether this user is muted by the server

selfDeaf: boolean

Whether this user is locally deafened

selfMute: boolean

Whether this user is locally muted

optional
selfStream: boolean

Whether this user is streaming using "Go Live"

selfVideo: boolean

Whether this user's camera is enabled

suppress: boolean

Whether this user is muted by the current user

requestToSpeakTimestamp: string | null

The time at which the user requested to speak