MadelineProtoDocs/old_docs/API_docs_v25/constructors/updateShort.md
2019-12-27 17:48:04 +01:00

817 B

title description image
updateShort Shortened constructor containing info on one update not requiring auxiliary data https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateShort

Back to constructors index

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];

Or, if you're into Lua:

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