1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
updateChannelTooLong | There are new updates in the specified channel, the client must fetch them, eventually starting the specified pts if the difference is too long or if the channel isn't currently in the states. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChannelTooLong
There are new updates in the specified channel, the client must fetch them, eventually starting the specified pts if the difference is too long or if the channel isn't currently in the states.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | int | Yes | The channel |
pts | int | Optional | The PTS. |
Type: Update
Example:
$updateChannelTooLong = ['_' => 'updateChannelTooLong', 'channel_id' => int, 'pts' => int];
Or, if you're into Lua:
updateChannelTooLong={_='updateChannelTooLong', channel_id=int, pts=int}