MadelineProto/old_docs/API_docs_v33/constructors/updateShort.md
2017-07-23 16:11:02 +02:00

696 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, }