Method EditFollowupAsync
- Namespace
- DSharp
Plus .SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
EditFollowupAsync(ulong, DiscordWebhookBuilder, IEnumerable<DiscordAttachment>)
Edits a followup message.
public Task<DiscordMessage> EditFollowupAsync(ulong followupMessageId, DiscordWebhookBuilder builder, IEnumerable<DiscordAttachment> attachments = null)
Parameters
followupMessageId
ulongThe id of the followup message to edit.
builder
DiscordWebhook Builder The webhook builder.
attachments
IEnumerable<DiscordAttachment >Attached files to keep.
Returns
- Task<Discord
Message >