Method EditResponseAsync
- Namespace
- DisCatSharp.ApplicationCommands.Context
- Assembly
- DisCatSharp.ApplicationCommands.dll
EditResponseAsync(DiscordWebhookBuilder)
Edits the interaction response.
public Task<DiscordMessage> EditResponseAsync(DiscordWebhookBuilder builder)
Parameters
builder
DiscordWebhookBuilderThe data to edit the response with.
Returns
EditResponseAsync(string)
Edits the interaction response.
public Task<DiscordMessage> EditResponseAsync(string content)
Parameters
content
stringThe content to edit the response with.