MadelineProtoDocs/old_docs/API_docs_v40/constructors/updateShort.md
2018-04-01 13:24:46 +02:00

693 B

title description
updateShort updateShort attributes, type and example

Constructor: updateShort

Back to constructors index

Attributes:

Name Type Required
update Update Yes
date int Yes

Type: Updates

Example:

$updateShort = ['_' => 'updateShort', 'update' => Update, 'date' => int];

PWRTelegram json-encoded version:

{"_": "updateShort", "update": Update, "date": int}

Or, if you're into Lua:

updateShort={_='updateShort', update=Update, date=int}