Table of Contents

Method GetStageInstanceAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetStageInstanceAsync(ulong)

Gets a stage instance in a stage channel.

public Task<DiscordStageInstance> GetStageInstanceAsync(ulong channelId)

Parameters

channelId ulong

The ID of the channel.

Returns

Task<DiscordStageInstance>

The stage instance in the channel.