Method EditFollowupAsync
- Namespace
- DSharpPlus.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
followupMessageIdulongThe id of the followup message to edit.
builderDiscordWebhookBuilderThe webhook builder.
attachmentsIEnumerable<DiscordAttachment>Attached files to keep.