Sets the bitrate of the voice channel.
await channel.setBitrate(64000);
Future<void> setBitrate(int bitrate, {String? reason}) => _methods.setBitrate(bitrate, reason);