Table of Contents

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 DiscordFollowupMessageBuilder

The message to be sent, in the form of a webhook.

Returns

Task<DiscordMessage>

The created message.