|
|
|
@@ -3,7 +3,7 @@ using System.Threading.Tasks; |
|
|
|
|
|
|
|
namespace Discord |
|
|
|
{ |
|
|
|
public interface IVoiceChannel : IGuildChannel, IAudioChannel, INestedChannel |
|
|
|
public interface IVoiceChannel : INestedChannel, IAudioChannel |
|
|
|
{ |
|
|
|
/// <summary> Gets the bitrate, in bits per second, clients in this voice channel are requested to use. </summary> |
|
|
|
int Bitrate { get; } |
|
|
|
|