Table of Contents

Method GetOriginalInteractionResponseAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetOriginalInteractionResponseAsync(string)

Gets the original interaction response.

public Task<DiscordMessage> GetOriginalInteractionResponseAsync(string interactionToken)

Parameters

interactionToken string

Returns

Task<DiscordMessage>

The original message that was sent. This does not work on ephemeral messages.