function editOriginalInteractionResponseimport { editOriginalInteractionResponse } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; editOriginalInteractionResponse(bot: Bot,token: string,options: InteractionCallbackData,): Promise<Message | undefined>Edits the initial message response 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. options: InteractionCallbackData The parameters for the edit of the response. ReturnsPromise<Message | undefined>An instance of the edited Message.