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_readEncryptedHistory_

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

Marks message history within a secret chat as read.

Constructors

new
messages_readEncryptedHistory_(params: { peer: enums.InputEncryptedChat; max_date: number; })

Properties

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

Maximum date value for received messages in history

peer: enums.InputEncryptedChat

Secret chat ID

Static Properties

__F: (params: { peer: enums.InputEncryptedChat; max_date: number; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc