Table of Contents

Method DeleteFollowupAsync

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

DeleteFollowupAsync(ulong)

Deletes a followup message.

public Task DeleteFollowupAsync(ulong followupMessageId)

Parameters

followupMessageId ulong

The id of the followup message to delete.

Returns

Task