Table of Contents

Interface IVoiceGuildChannel

Namespace
NetCord
Assembly
NetCord.dll
public interface IVoiceGuildChannel : IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
Inherited Members

Properties

Bitrate

int Bitrate { get; }

Property Value

int

Nsfw

bool Nsfw { get; }

Property Value

bool

ParentId

ulong? ParentId { get; }

Property Value

ulong?

RtcRegion

string? RtcRegion { get; }

Property Value

string

Slowmode

int Slowmode { get; }

Property Value

int

UserLimit

int UserLimit { get; }

Property Value

int

VideoQualityMode

VideoQualityMode VideoQualityMode { get; }

Property Value

VideoQualityMode

Methods

ModifyAsync(Action<GuildChannelOptions>, RestRequestProperties?, CancellationToken)

Task<IVoiceGuildChannel> ModifyAsync(Action<GuildChannelOptions> action, RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

action Action<GuildChannelOptions>
properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<IVoiceGuildChannel>