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