function getWebhookimport { getWebhook } from "https://deno.land/x/discordeno@17.0.0/helpers/webhooks/mod.ts"; getWebhook(bot: Bot, webhookId: BigString): Promise<Webhook>Gets a webhook by its ID. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to get. ReturnsPromise<Webhook>An instance of Webhook.