Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesDiscardEncryption

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

Constructors

new
MessagesDiscardEncryption(params: { deleteHistory?: true; chatId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: number
optional
deleteHistory: true

Static Properties

readonly
[paramDesc]: ParamDesc