Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#deleteMessages

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.deleteMessages
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/deps.deno.ts";

Context-aware alias for api.deleteMessages. Use this method to delete multiple messages simultaneously. Returns True on success.

Parameters

message_ids: number[]

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

optional
signal: AbortSignal

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