Contains the difference (new messages) between our local channel state and the remote state
Method schema is available as of layer 99. Switch ยป
| Constructor | Description |
|---|---|
| updates.channelDifferenceEmpty | There are no new updates |
| updates.channelDifferenceTooLong | The passed pts is too old: one or more updates starting from the specified PTS were deleted from the message box of this channel.For supergroups/channels, this usually happens for updates older than latestPts - 100000 (though do not rely on this value, it's a server-side implementation detail that may change, and should not be used by clients in any way). |
| updates.channelDifference | The new updates |
| Method | Description |
|---|---|
| updates.getChannelDifference | Returns the difference between the current state of updates of a certain channel and transmitted. |