Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesDeleteHistory

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesDeleteHistory
extends Function<types.TypeMessagesAffectedHistory>
import { functions } from "https://deno.land/x/mtkruto@0.1.106/mod.ts";
const { MessagesDeleteHistory } = functions;

Constructors

new
MessagesDeleteHistory(params: { justClear?: true; revoke?: true; peer: types.TypeInputPeer; maxId: number; minDate?: number; maxDate?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
justClear: true
optional
maxDate: number
maxId: number
optional
minDate: number
peer: types.TypeInputPeer
optional
revoke: true

Static Properties

readonly
[paramDesc]: ParamDesc