updates.ChannelDifference#

class pyrogram.raw.base.updates.ChannelDifference#

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

Constructors:

This base type has 3 constructors available.

updates.ChannelDifference

The new updates.

updates.ChannelDifferenceEmpty

There are no new updates.

updates.ChannelDifferenceTooLong

The provided pts + limit < remote pts.

Functions:

This object can be returned by 1 function.

updates.GetChannelDifference

Returns the difference between the current state of updates of a certain channel and transmitted.