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
followupMessageId
ulongThe id of the followup message to edit.
builder
DiscordWebhookBuilderThe webhook builder.
attachments
IEnumerable<DiscordAttachment>Attached files to keep.