Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateEncryptedMessagesRead

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateEncryptedMessagesRead
extends TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { UpdateEncryptedMessagesRead } = types;

Constructors

new
UpdateEncryptedMessagesRead(params: { chatId: number; maxDate: number; date: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: number
date: number
maxDate: number

Static Properties

readonly
[paramDesc]: ParamDesc