import { Api } from "https://deno.land/x/grammy@v1.31.0/mod.ts";
Use this method to delete multiple messages simultaneously. Returns True on success.
Parameters
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
A list of 1-100 identifiers of messages to delete. See deleteMessage for limitations on which messages can be deleted
optional
signal: AbortSignalOptional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#deletemessages