Method DeleteFollowupAsync
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
DeleteFollowupAsync(ulong)
Deletes a followup message sent from this interaction.
public abstract ValueTask DeleteFollowupAsync(ulong messageId)
Parameters
messageId
ulongThe id of the followup message to delete.