updates.ChannelDifference
- class pyrogram.raw.types.updates.ChannelDifference
The new updates
Constructor of
ChannelDifference.- Details:
Layer:
196ID:
2064674E
- Parameters:
pts (
int32-bit) – The PTS from which to start getting updates the next timenew_messages (List of
Message) – New messagesother_updates (List of
Update) – Other updateschats (List of
Chat) – Chatsusers (List of
User) – Usersfinal (
bool, optional) – Whether there are more updates to be fetched using getDifference, starting from the provided ptstimeout (
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.