Table of Contents

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 DiscordFollowupMessageBuilder

The 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 string

The content of the message to be sent.

Returns

Task<DiscordMessage>

The created message.