import { deleteWebhookMessage } from "https://deno.land/x/discordeno@17.2.0/plugins/validations/deps.ts";
Deletes a webhook message.
Parameters
bot: Bot
- The bot instance to use to make the request.
webhookId: BigString
- The ID of the webhook to delete the message belonging to.
messageId: BigString
- The ID of the message to delete.
optional
options: DeleteWebhookMessageOptions- The parameters for the deletion of the message.