Method FollowUpAsync
- Namespace
- DisCatSharp.ApplicationCommands.Context
- Assembly
- DisCatSharp.ApplicationCommands.dll
FollowUpAsync(DiscordFollowupMessageBuilder)
Creates a follow up message to the interaction.
public Task<DiscordMessage> FollowUpAsync(DiscordFollowupMessageBuilder builder)
Parameters
builder
DiscordFollowupMessageBuilderThe message to be sent, in the form of a webhook.
Returns
- Task<DiscordMessage>
The created message.
FollowUpAsync(string)
Creates a follow up message to the interaction.
public Task<DiscordMessage> FollowUpAsync(string content)
Parameters
content
stringThe content of the message to be sent.
Returns
- Task<DiscordMessage>
The created message.