Class
VoiceChannel
A voice channel in a guild.
Extends GuildChannel
Constructor
new VoiceChannel
(client: Client, data: APIChannel)| Param | Type | Description |
|---|---|---|
| client | Client | |
| data | APIChannel |
Properties
bitrate
?: number | nullVoice bitrate.
rtcRegion
?: string | nullRTC region override for this channel.
userLimit
?: number | nullMaximum number of users allowed.
Methods
applyEditPatch
(data: APIChannel): void| Param | Type | Description |
|---|---|---|
| data | APIChannel |