Table of Contents

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 ulong

The id of the followup message to edit.

builder DiscordWebhookBuilder

The 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 ulong

The id of the followup message to edit.

content string

The content of the webhook.

Returns

Task<DiscordMessage>

The created message.