telegram api constructor · layer 229 · #9015e101
updateShortSentMessage
Shortened constructor containing info on one outgoing message to a contact (the destination chat has to be extracted from the method call that returned this object).
definition
updateShortSentMessage#9015e101 flags:# out:flags.1?true id:int pts:int pts_count:int date:int media:flags.9?MessageMedia entities:flags.7?Vector<MessageEntity> ttl_period:flags.25?int = Updates;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
out | true | Whether the message is outgoing |
id | int | ID of the sent message |
pts | int | PTS |
pts_count | int | PTS count |
date | int | date |
media | MessageMedia | Attached media |
entities | Vector<MessageEntity> | Entities for styled text |
ttl_period | int | Time To Live of the message, once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well. |
type
Updates · other constructors: updatesTooLong, updateShortMessage, updateShortChatMessage, updateShort, updatesCombined, updates
history
present in layers 46–229 · constructor id changed 1×
| id | layers |
|---|---|
| #11f1331c | 46–123 |
| #9015e101 | 124–229 |