Represents a voice-based guild channel on Discord.
Extends
TextBasedChannelMixin(GuildChannel, true, [ 'lastPinTimestamp', 'lastPinAt',])Constructs a new instance of the
BaseGuildVoiceChannel
className | Type | Optional | Description |
---|---|---|---|
guild | Guild | No | None |
data | RawGuildChannelData | Yes | None |
The RTC region for this voice-based channel. This region is automatically selected if
null
.Creates 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.
Sets the RTC region of the channel.
Sets the user limit of the channel.
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. |