Skip to main content
Module

x/discord_api_types/v8.ts>APIVoiceChannel

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIVoiceChannel
implements APIGuildChannel<ChannelType.GuildStageVoice | ChannelType.GuildVoice>
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APIVoiceChannel } from "https://deno.land/x/discord_api_types@0.37.11/v8.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