# 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 | 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}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.