Results

Namespace

Type

Hierarchy

Index

Properties

Optional bitrate

bitrate: undefined | number

The bitrate for this voice channel. Voice quality increases as this value is raised at the expense of bandwidth usage.

The default is 64000. Servers without boosts may raise this up to 96000. Servers with boosts may raise higher depending on the discord.Guild.PremiumTier.

Optional name

name: undefined | string

The name of this channel.

Optional parentId

parentId: Snowflake | null

The id of a discord.GuildCategory that this channel should be displayed under.

Optional permissionOverwrites

permissionOverwrites: Array<IPermissionOverwrite>

An array of permission overwrites to apply to this channel.

Note: If set, this will overwrite existing permission overwrites.

Optional position

position: undefined | number

The position in the channel list this channel should be displayed at.

Optional userLimit

userLimit: undefined | number

Limits the number of users that can connect to the voice channel.

Members with the discord.Permissions.VOICE_MOVE_MEMBERS may override this limit.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc