updates.ChannelDifferenceTooLong¶
- class pyrogram.raw.types.updates.ChannelDifferenceTooLong[source]¶
The passed
ptsis too old: one or more updates starting from the specified PTS were deleted from the message box of this channel.Constructor of
ChannelDifference.- Details:
Layer:
229ID:
A4BCC6FE
- Parameters:
dialog (
Dialog) – Dialog containing the latest PTS that can be used to reset the channel statemessages (List of
Message) – The latest messages (not starting from the passedpts, just the latest messages).chats (List of
Chat) – Chats from messagesusers (List of
User) – Users from messagesfinal (
bool, optional) – Whether there are more updates that must be fetched (always set)timeout (
int32-bit, optional) – Clients are supposed to refetch the channel difference after timeout seconds have elapsed
- Functions:
This object can be returned by 1 function.
Returns the difference between the current state of updates of a certain channel and transmitted.