Table of Contents

Method DeleteFollowupAsync

Namespace
DSharpPlus.Commands.Processors.SlashCommands
Assembly
DSharpPlus.Commands.dll

DeleteFollowupAsync(ulong)

Deletes a followup message sent from this interaction.

public override ValueTask DeleteFollowupAsync(ulong messageId)

Parameters

messageId ulong

The id of the followup message to delete.

Returns

ValueTask