Table of Contents

Method ModifyStageInstanceAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

ModifyStageInstanceAsync(ulong, Action<StageInstanceEditModel>)

Modifies a stage instance in a stage channel.

public Task<DiscordStageInstance> ModifyStageInstanceAsync(ulong channelId, Action<StageInstanceEditModel> action)

Parameters

channelId ulong

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

action Action<StageInstanceEditModel>

Action to perform.

Returns

Task<DiscordStageInstance>

The modified stage instance.