function getWebhookMessageimport { getWebhookMessage } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; getWebhookMessage(bot: Bot,webhookId: BigString,token: string,messageId: BigString,options?: GetWebhookMessageOptions,): Promise<Message>Gets a webhook message by its ID. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to get a message of. token: string The webhook token, used to get webhook messages. messageId: BigString the ID of the webhook message to get. optionaloptions: GetWebhookMessageOptions The parameters for the fetching of the message. ReturnsPromise<Message>An instance of Message.