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
ulongThe id of the followup message to delete.