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
topicstringThe topic of the stage instance.
privacyLevelDiscordStagePrivacyLevel?The privacy level of the stage instance.
reasonstringThe reason the stage instance was created.
Returns
- Task<DiscordStageInstance>
The created stage instance.