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
- messageIdulong
- The id of the followup message to edit. 
- ignoreCachebool
- Whether to ignore the cache and fetch the message from Discord. 
Returns
- ValueTask<DiscordMessage>
- The message.