1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 20:57:48 +01:00
MadelineProto/old_docs/API_docs_v18/constructors/updateShortMessage.md

747 B

title description
updateShortMessage updateShortMessage attributes, type and example

Constructor: updateShortMessage

Back to constructors index

Attributes:

Name Type Required
id int Required
from_id int Required
message string Required
pts int Required
date int Required
seq int Required

Type: Updates

Example:

$updateShortMessage = ['_' => 'updateShortMessage', 'id' => int, 'from_id' => int, 'message' => string, 'pts' => int, 'date' => int, 'seq' => int, ];