Link Search Menu Expand Document

Constructor: updateChannelTooLong

Back to constructors index

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.

Attributes:

NameTypeRequiredDescription
channel_idlongYesThe channel
ptsintOptionalThe PTS.

Type: Update

Example:

$updateChannelTooLong = ['_' => 'updateChannelTooLong', 'channel_id' => long, 'pts' => int];