Interface IVoiceGuildChannel
- Namespace
- NetCord
- Assembly
- NetCord.dll
public interface IVoiceGuildChannel : IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
- Inherited Members
Properties
Bitrate
int Bitrate { get; }
Property Value
Nsfw
bool Nsfw { get; }
Property Value
ParentId
ulong? ParentId { get; }
Property Value
RtcRegion
string? RtcRegion { get; }
Property Value
Slowmode
int Slowmode { get; }
Property Value
UserLimit
int UserLimit { get; }
Property Value
VideoQualityMode
VideoQualityMode VideoQualityMode { get; }
Property Value
Methods
ModifyAsync(Action<GuildChannelOptions>, RestRequestProperties?, CancellationToken)
Task<IVoiceGuildChannel> ModifyAsync(Action<GuildChannelOptions> action, RestRequestProperties? properties = null, CancellationToken cancellationToken = default)
Parameters
action
Action<GuildChannelOptions>properties
RestRequestPropertiescancellationToken
CancellationToken