function editOriginalWebhookMessageimport { editOriginalWebhookMessage } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; editOriginalWebhookMessage(bot: Bot,webhookId: BigString,token: string,options: InteractionCallbackData & { threadId?: BigString; },): Promise<Message>Edits the original webhook message. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to edit the original message of. token: string The webhook token, used to edit the message. options: InteractionCallbackData & { threadId?: BigString; } The parameters for the edit of the message. ReturnsPromise<Message>An instance of the edited Message.