Table of Contents

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 ulong

The ID of the channel to delete the stage instance of.

reason string

The reason the stage instance was deleted.

Returns

Task