Table of Contents

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 ulong

The id of the followup message to edit.

builder DiscordWebhookBuilder

The webhook builder.

attachments IEnumerable<DiscordAttachment>

Attached files to keep.

Returns

Task<DiscordMessage>