namespace Discord { public interface IVoiceChannel : IChannel { /// Gets the requested bitrate, in bits per second, of this voice channel. int Bitrate { get; } } }