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
2016-12-19 20:56:05 +03:00

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