Method CreateStageInstanceAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
CreateStageInstanceAsync(string, DiscordStagePrivacyLevel?, string)
Creates a stage instance in this stage channel.
public Task<DiscordStageInstance> CreateStageInstanceAsync(string topic, DiscordStagePrivacyLevel? privacyLevel = null, string reason = null)
Parameters
topic
stringThe topic of the stage instance.
privacyLevel
DiscordStagePrivacyLevel?The privacy level of the stage instance.
reason
stringThe reason the stage instance was created.
Returns
- Task<DiscordStageInstance>
The created stage instance.