Method GetFollowupAsync
- Namespace
- DSharpPlus.Commands.Processors.SlashCommands
- 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
ulongThe id of the followup message to edit.
ignoreCache
boolWhether to ignore the cache and fetch the message from Discord.
Returns
- ValueTask<DiscordMessage>
The message.