mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
789 B
789 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
updates.differenceEmpty | No events. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/updates_differenceEmpty.html |
Constructor: updates.differenceEmpty
No events.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
date | int | Yes | Current date |
seq | int | Yes | Number of sent updates |
Type: updates.Difference
Example:
$updates_differenceEmpty = ['_' => 'updates.differenceEmpty', 'date' => int, 'seq' => int];