MadelineProto/old_docs/API_docs_v18/constructors/updateShort.md

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

Or, if you're into Lua:

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