Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>Client#deleteMessages

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.deleteMessages
import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";

Delete multiple messages.

Parameters

chatId: ChatID

The chat that contains the messages.

messageIds: number[]

The identifier of the messages to delete.

optional
params: DeleteMessagesParams

Returns

Promise<void>