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