MadelineProtoDocs/old_docs/API_docs_v102/constructors/updateShort.md
2019-06-24 15:45:02 +02:00

672 B

title description image
updateShort Update short https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateShort

Back to constructors index

Update short

Attributes:

Name Type Required Description
update Update Yes Update
date int Yes Date

Type: Updates

Example:

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

Or, if you're into Lua:

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