View Source ExTDLib.Object.MessagePosition (ExTDLib v0.0.4)
Contains information about a message in a specific position.
| Name | Type | Description |
|---|---|---|
| position | number | 0-based message position in the full list of suitable messages. |
| message_id | string | Message identifier. |
| date | number | Point in time (Unix timestamp) when the message was sent. |
More details on telegram's documentation.