updateChannelTooLong

There are new updates in the specified channel, the client must fetch them manually by invoking updates.getChannelDifference as specified in the documentation ».

If the channel's PTS isn't currently stored in the database (i.e. we joined this channel on another client while the current client was offline), start fetching from the specified pts.

Does not necessarily indicate the channel message box size limit was reached, it simply indicates that the number of queued updates in a message box is too large to be delivered passively through the socket.

Constructor schema is available as of layer 49. Switch »

Parameters

Name Type Description
flags # Flags, see TL conditional fields
channel_id long The channel
pts flags.0?int The PTS.

Type

Update

Related pages

Working with Updates

How to subscribe to updates and handle them properly.

updates.getChannelDifference

Returns the difference between the current state of updates of a certain channel and transmitted.