Table of Contents

Method EditResponseAsync

Namespace
DisCatSharp.ApplicationCommands.Context
Assembly
DisCatSharp.ApplicationCommands.dll

EditResponseAsync(DiscordWebhookBuilder)

Edits the interaction response.

public Task<DiscordMessage> EditResponseAsync(DiscordWebhookBuilder builder)

Parameters

builder DiscordWebhookBuilder

The data to edit the response with.

Returns

Task<DiscordMessage>

EditResponseAsync(string)

Edits the interaction response.

public Task<DiscordMessage> EditResponseAsync(string content)

Parameters

content string

The content to edit the response with.

Returns

Task<DiscordMessage>