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 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. |