Table of Contents

Class StageGuildChannel

Namespace
NetCord
Assembly
NetCord.dll
public class StageGuildChannel : TextGuildChannel, IEquatable<Entity>, IJsonModel<JsonChannel>, IInteractionChannel, IVoiceGuildChannel, IGuildChannel, INamedChannel, IEntity, ISpanFormattable, IFormattable
Inheritance
StageGuildChannel
Implements
Inherited Members

Constructors

StageGuildChannel(JsonChannel, ulong, RestClient)

public StageGuildChannel(JsonChannel jsonModel, ulong guildId, RestClient client)

Parameters

jsonModel JsonChannel
guildId ulong
client RestClient

Properties

Bitrate

public int Bitrate { get; }

Property Value

int

RtcRegion

public string? RtcRegion { get; }

Property Value

string

UserLimit

public int UserLimit { get; }

Property Value

int

VideoQualityMode

public VideoQualityMode VideoQualityMode { get; }

Property Value

VideoQualityMode

Methods

DeleteAsync(RestRequestProperties?, CancellationToken)

public Task<StageGuildChannel> DeleteAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<StageGuildChannel>

DeleteStageInstanceAsync(RestRequestProperties?, CancellationToken)

public Task DeleteStageInstanceAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task

GetAsync(RestRequestProperties?, CancellationToken)

public Task<StageGuildChannel> GetAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<StageGuildChannel>

GetStageInstanceAsync(RestRequestProperties?, CancellationToken)

public Task<StageInstance> GetStageInstanceAsync(RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<StageInstance>

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

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

Parameters

action Action<GuildChannelOptions>
properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<StageGuildChannel>

ModifyStageInstanceAsync(Action<StageInstanceOptions>, RestRequestProperties?, CancellationToken)

public Task<StageInstance> ModifyStageInstanceAsync(Action<StageInstanceOptions> action, RestRequestProperties? properties = null, CancellationToken cancellationToken = default)

Parameters

action Action<StageInstanceOptions>
properties RestRequestProperties
cancellationToken CancellationToken

Returns

Task<StageInstance>