mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
983 B
983 B
title | description | nav_exclude | image |
---|---|---|---|
updateChannelTooLong | There are new updates in the specified channel, the client must fetch them. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChannelTooLong
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:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | The channel |
pts | int | Optional | The PTS. |
Type: Update
Example:
$updateChannelTooLong = ['_' => 'updateChannelTooLong', 'channel_id' => long, 'pts' => int];