mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:28:32 +01:00
372 B
372 B
Constructor: updates_differenceEmpty
Attributes:
Name | Type | Required |
---|---|---|
date | int | Required |
seq | int | Required |
Type: updates_Difference
Example:
$updates_differenceEmpty = ['date' => int, 'seq' => int, ];