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>updates_State_

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

Updates state.

Constructors

new
updates_State_(params: { pts: number; qts: number; date: number; seq: number; unread_count: number; })

Properties

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

Date of condition

pts: number

Number of events occurred in a text box

qts: number

Position in a sequence of updates in secret chats. For further details refer to article secret chats

seq: number

Number of sent updates

unread_count: number

Number of unread messages

Static Properties

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