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

x/mtkruto/tl/3_functions.ts>messages_discardEncryption_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_discardEncryption_
extends Function_<boolean>
import { messages_discardEncryption_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Cancels a request for creation and/or delete info on secret chat.

Constructors

new
messages_discardEncryption_(params: { delete_history?: true; chat_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chat_id: number

Secret chat ID

optional
delete_history: true

Whether to delete the entire chat history for the other user as well

Static Properties

__F: (params: { delete_history?: true; chat_id: number; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc