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

792 B

Constructor: updates_channelDifference

Attributes:

Name Type Required
final Bool Optional
pts int Required
timeout int Optional
new_messages Array of Message Required
other_updates Array of Update Required
chats Array of Chat Required
users Array of User Required

Type: updates_ChannelDifference

Example:

$updates_channelDifference = ['final' => Bool, 'pts' => int, 'timeout' => int, 'new_messages' => [Message], 'other_updates' => [Update], 'chats' => [Chat], 'users' => [User], ];