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
ulongThe ID of the channel.
Returns
- Task<DiscordStageInstance>
The stage instance in the channel.