Table of Contents

Method GetFollowupAsync

Namespace
DSharpPlus.Commands.Processors.TextCommands
Assembly
DSharpPlus.Commands.dll

GetFollowupAsync(ulong, bool)

Gets a sent followup message from this interaction.

public override ValueTask<DiscordMessage?> GetFollowupAsync(ulong messageId, bool ignoreCache = false)

Parameters

messageId ulong

The id of the followup message to edit.

ignoreCache bool

Whether to ignore the cache and fetch the message from Discord.

Returns

ValueTask<DiscordMessage>

The message.