Represents a guild voice channel on Discord.
Extends
BaseGuildVoiceChannelThe bitrate of this voice-based channel
Inherited from BaseGuildVoiceChannelChecks if the voice-based channel is full
Inherited from BaseGuildVoiceChannelWhether the channel is joinable by the client user
Inherited from BaseGuildVoiceChannelThe members in this voice-based channel
Inherited from BaseGuildVoiceChannelIf the guild considers this channel NSFW
Inherited from BaseGuildVoiceChannelThe rate limit per user (slowmode) for this channel in seconds
Inherited from BaseGuildVoiceChannelThe RTC region for this voice-based channel. This region is automatically selected if
Inherited from BaseGuildVoiceChannelnull
.The type of the channel
The maximum amount of users allowed in this channel.
Inherited from BaseGuildVoiceChannelThe camera video quality mode of the channel.
Inherited from BaseGuildVoiceChannelCreates an invite to this guild channel.
Name | Type | Optional | Description |
---|---|---|---|
options | InviteCreateOptions | Yes | The options for creating the invite |
Fetches a collection of invites to this guild channel.
Name | Type | Optional | Description |
---|---|---|---|
cache | boolean | Yes | Whether to cache the fetched invites |
Sets the bitrate of the channel.
Name | Type | Optional | Description |
---|---|---|---|
bitrate | number | No | The new bitrate |
reason | string | Yes | Reason for changing the channel's bitrate |
Sets the RTC region of the channel.
Name | Type | Optional | Description |
---|---|---|---|
rtcRegion | string | null | No | The new region of the channel. Set to null to remove a specific region for the channel |
reason | string | Yes | The reason for modifying this region. |
Sets the user limit of the channel.
Name | Type | Optional | Description |
---|---|---|---|
userLimit | number | No | The new user limit |
reason | string | Yes | Reason for changing the user limit |
Sets the camera video quality mode of the channel.
Name | Type | Optional | Description |
---|---|---|---|
videoQualityMode | VideoQualityMode | No | The new camera video quality mode. |
reason | string | Yes | Reason for changing the camera video quality mode. |