function getFollowupMessageimport { getFollowupMessage } from "https://deno.land/x/discordeno@17.0.1/helpers/interactions/mod.ts"; getFollowupMessage(bot: Bot,token: string,messageId: BigString,): Promise<Message>Gets a follow-up message to an interaction by the ID of the message. Parametersbot: 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. ReturnsPromise<Message>An instance of Message.