function editFollowupMessageimport { editFollowupMessage } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; editFollowupMessage(bot: Bot,token: string,messageId: BigString,options: InteractionCallbackData,): Promise<Message>Edits a follow-up message to an interaction. 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 edit. options: InteractionCallbackData The parameters for the edit of the message. ReturnsPromise<Message>An instance of the edited Message.