function editOriginalWebhookMessageimport { editOriginalWebhookMessage } from "https://deno.land/x/discordeno@17.0.0/helpers/webhooks/mod.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.