Difference¶
-
class
pyrogram.raw.types.updates.
Difference
¶ Full list of occurred events.
Constructor type of
Difference
.- Details
Layer:
126
ID:
0xf49ca0
- Parameters
new_messages (List of
Message
) – List of new messages.new_encrypted_messages (List of
EncryptedMessage
) – List of new encrypted secret chat messages.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.state (
updates.State
) – Current state.
- Methods
This object can be returned by 1 method:
Get new updates.