Method FollowUpAsync
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.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.