updates.DifferenceSlice#

class pyrogram.raw.types.updates.DifferenceSlice#

Incomplete list of occurred events.

Constructor of Difference.

Details:
  • Layer: 158

  • ID: A8FB1981

Parameters:
  • new_messages (List of Message) – List of new messages.

  • new_encrypted_messages (List of EncryptedMessage) – New messages from the encrypted event sequence.

  • other_updates (List of Update) – List of updates.

  • chats (List of Chat) – List of chats mentioned in events.

  • users (List of User) – List of users mentioned in events.

  • intermediate_state (updates.State) – Intermediary state.

Functions:

This object can be returned by 1 function.

updates.GetDifference

Get new updates.