Class VoiceChannelProperties
Provides properties that are used to modify an Discord.IVoiceChannel with the specified changes.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class VoiceChannelProperties : GuildChannelProperties
Properties​
Bitrate​
Gets or sets the bitrate of the voice connections in this channel. Must be greater than 8000.
View Source​
Declaration
public Optional<int> Bitrate { get; set; }
UserLimit​
Gets or sets the maximum number of users that can be present in a channel, or null
if none.
View Source​
Declaration
public Optional<int?> UserLimit { get; set; }
RTCRegion​
Gets or sets the channel voice region id, automatic when set to null
.
View Source​
Declaration
public Optional<string> RTCRegion { get; set; }