1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:27:46 +01:00
MadelineProto/docs/API_docs/constructors/updates_differenceSlice.md

858 B

Constructor: updates_differenceSlice

Attributes:

Name Type Required
new_messages Array of Message Required
new_encrypted_messages Array of EncryptedMessage Required
other_updates Array of Update Required
chats Array of Chat Required
users Array of User Required
intermediate_state updates_State Required

Type: updates_Difference

Example:

$updates_differenceSlice = ['new_messages' => [Message], 'new_encrypted_messages' => [EncryptedMessage], 'other_updates' => [Update], 'chats' => [Chat], 'users' => [User], 'intermediate_state' => updates_State, ];