telegram api type · layer 229
updates.ChannelDifference
Contains the difference (new messages) between our local channel state and the remote state
constructors (3)
| constructor | id | description |
|---|---|---|
| updates.channelDifferenceEmpty | #3e11affb | There are no new updates |
| updates.channelDifferenceTooLong | #a4bcc6fe | The provided pts + limit < remote pts. Simply, there are too many updates to be fetched (more than limit), the client has to resolve the update gap in one of the following ways (assuming the existence of a persistent database to locally store messages): |
| updates.channelDifference | #2064674e | The new updates |