Skip to main content
Module

x/denocordts/deps.ts>APIVoiceChannel

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIVoiceChannel
implements APIGuildChannel<ChannelType.GuildStageVoice | ChannelType.GuildVoice>
import { type APIVoiceChannel } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

Properties

optional
bitrate: number

The bitrate (in bits) of the voice channel

optional
user_limit: number

The user limit of the voice channel

optional
rtc_region: string | null

Voice region id for the voice or stage channel, automatic when set to null

See https://discord.com/developers/docs/resources/voice#voice-region-object

optional
video_quality_mode: VideoQualityMode

The camera video quality mode of the voice channel, 1 when not present

See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes