Method DeleteStageInstanceAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
DeleteStageInstanceAsync(ulong, string)
Deletes a stage instance in a stage channel.
public Task DeleteStageInstanceAsync(ulong channelId, string reason = null)
Parameters
channelId
ulongThe ID of the channel to delete the stage instance of.
reason
stringThe reason the stage instance was deleted.