Method EditFollowupAsync
- Namespace
- DisCatSharp.ApplicationCommands.Context
- Assembly
- DisCatSharp.ApplicationCommands.dll
EditFollowupAsync(ulong, DiscordWebhookBuilder)
Edits a followup message.
public Task<DiscordMessage> EditFollowupAsync(ulong followupMessageId, DiscordWebhookBuilder builder)
Parameters
followupMessageId
ulongThe id of the followup message to edit.
builder
DiscordWebhookBuilderThe webhook builder.
Returns
- Task<DiscordMessage>
The created message.
EditFollowupAsync(ulong, string)
Edits a followup message.
public Task<DiscordMessage> EditFollowupAsync(ulong followupMessageId, string content)
Parameters
followupMessageId
ulongThe id of the followup message to edit.
content
stringThe content of the webhook.
Returns
- Task<DiscordMessage>
The created message.