MadelineProto/old_docs/API_docs_v51/constructors/updates_channelDifference.md

993 B

title description
updates_channelDifference updates_channelDifference attributes, type and example

Constructor: updates_channelDifference

Back to constructors index

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 = ['_' => 'updates_channelDifference', 'final' => true, 'pts' => int, 'timeout' => int, 'new_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];