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_ChannelDifferenceEmpty_

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

There are no new updates

Constructors

new
updates_ChannelDifferenceEmpty_(params: { final?: true; pts: number; timeout?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
final: true

Whether there are more updates that must be fetched (always false)

pts: number

The latest PTS

optional
timeout: number

Clients are supposed to refetch the channel difference after timeout seconds have elapsed

Static Properties

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