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, ];