Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesDeleteMessages

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesDeleteMessages
import { functions } from "https://deno.land/x/mtkruto@0.0.989/mod.ts";
const { MessagesDeleteMessages } = functions;

Constructors

new
MessagesDeleteMessages(params: { revoke?: true; id: Array<number>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: Array<number>
optional
revoke: true

Static Properties

readonly
[paramDesc]: ParamDesc