Skip to main content
Module

x/grammy_files/deps.deno.ts>Api#deleteMessages

Handle and download received media files.
Latest
method Api.prototype.deleteMessages
import { Api } from "https://deno.land/x/grammy_files@v1.1.0/deps.deno.ts";

Use this method to delete multiple messages simultaneously. Returns True on success.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

message_ids: number[]

Identifiers of 1-100 messages to delete. See deleteMessage for limitations on which messages can be deleted

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#deletemessages