View Source ExTDLib.Object.MessageThreadInfo (ExTDLib v0.0.4)
Contains information about a message thread.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat to which the message thread belongs. |
| message_thread_id | string | Message thread identifier, unique within the chat. |
| reply_info | messageReplyInfo | Information about the message thread; may be null for forum topic threads. |
| unread_message_count | number | Approximate number of unread messages in the message thread. |
| messages | message | The messages from which the thread starts. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id). |
| draft_message | draftMessage | A draft of a message in the message thread; may be null if none. |
More details on telegram's documentation.