updateBitrate

suspend fun updateBitrate(bitrate: Int?): Channel(source)

Update the channel's bitrate.

Can only be performed on GuildVoiceChannel.

Return

The updated channel.

Parameters

bitrate

The bitrate, 8000 to 96000 (128000 for VIP servers).

Throws