MadelineProtoDocs/docs/API_docs/constructors/updateShort.md
2024-05-01 14:53:46 +02:00

792 B

title description nav_exclude image
updateShort Shortened constructor containing info on one update not requiring auxiliary data true 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];