Skip to main content
Module

x/discordeno/mod.ts>getFollowupMessage

Discord API library for Deno
Latest
function getFollowupMessage
import { getFollowupMessage } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Gets a follow-up message to an interaction by the ID of the message.

Parameters

bot: Bot
  • The bot instance to use to make the request.
token: string
  • The interaction token to use, provided in the original interaction.
messageId: BigString
  • The ID of the message to get.

Returns

Promise<Message>

An instance of Message.