mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
792 B
792 B
title | description | nav_exclude | image |
---|---|---|---|
updateShort | Shortened constructor containing info on one update not requiring auxiliary data | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateShort
Shortened constructor containing info on one update not requiring auxiliary data
Attributes:
Name | Type | Required | Description |
---|---|---|---|
update | Update | Yes | Update |
date | int | Yes | Date of event |
Type: Updates
Example:
$updateShort = ['_' => 'updateShort', 'update' => Update, 'date' => int];