Skip to main content
Version: 0.37.11

APIVoiceChannelBase <T>

Type parameters

Hierarchy

Index

Properties

optionalbitrate

bitrate?: number

The bitrate (in bits) of the voice channel

optionalflags

flags?: ChannelFlags

optionalguild_id

guild_id?: string

The id of the guild (may be missing for some channel objects received over gateway guild dispatches)

id

id: string

The id of the channel

optionalname

name?: string

The name of the channel (2-100 characters)

optionalnsfw

nsfw?: boolean

Whether the channel is nsfw

optionalparent_id

parent_id?: null | string

ID of the parent category for a channel (each parent category can contain up to 50 channels)

OR

ID of the parent channel for a thread

optionalpermission_overwrites

permission_overwrites?: APIOverwrite[]

Explicit permission overwrites for members and roles

optionalposition

position?: number

Sorting position of the channel

optionalrtc_region

rtc_region?: null | string

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

type

type: T

optionaluser_limit

user_limit?: number

The user limit of the voice channel