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).
type tg.UpdateShortSentMessage struct { /* ... */ }
Implements Updates.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Out | bool | — | Whether the message is outgoing |
ID | int | yes | ID of the sent message |
Pts | int | yes | PTS |
PtsCount | int | yes | PTS count |
Date | int | yes | date |
Media | MessageMediaClass | — | Attached media |
Entities | []MessageEntityClass | — | Entities for styled text |
TTLPeriod | 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. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateShortSentMessage#9015e101