function getWebhookimport { getWebhook } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.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.