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

x/mtkruto/tl/2_types.ts>UpdateEncryptedMessagesRead_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateEncryptedMessagesRead_
extends _Update_
import { UpdateEncryptedMessagesRead_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Communication history in an encrypted chat was marked as read.

Constructors

new
UpdateEncryptedMessagesRead_(params: { chat_id: number; max_date: number; date: number; })

Properties

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

Chat ID

date: number

Time when messages were read

max_date: number

Maximum value of data for read messages

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc