Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface VoiceState
Re-export
import { type VoiceState } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.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