telegram api type · layer 229

updates.ChannelDifference

Contains the difference (new messages) between our local channel state and the remote state

constructors (3)

constructoriddescription
updates.channelDifferenceEmpty#3e11affbThere are no new updates
updates.channelDifferenceTooLong#a4bcc6feThe 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#2064674eThe new updates

returned by (1)