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

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

There are new updates in the specified channel, the client must fetch them.
If the difference is too long or if the channel isn't currently in the states, start fetching from the specified pts.

Constructors

new
UpdateChannelTooLong_(params: { channel_id: bigint; pts?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint

The channel

optional
pts: number

The PTS.

Static Properties

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