Method DeleteFollowupAsync
- Namespace
- DisCatSharp.ApplicationCommands.Context
- Assembly
- DisCatSharp.ApplicationCommands.dll
DeleteFollowupAsync(ulong, CancellationToken)
Deletes a followup message.
public Task DeleteFollowupAsync(ulong followupMessageId, CancellationToken cancellationToken = default)
Parameters
followupMessageIdulongThe id of the followup message to delete.
cancellationTokenCancellationTokenA token to cancel the request.