View Source ExTDLib.Object.MessageThreadInfo (ExTDLib v0.0.4)

Contains information about a message thread.

NameTypeDescription
chat_idstringIdentifier of the chat to which the message thread belongs.
message_thread_idstringMessage thread identifier, unique within the chat.
reply_infomessageReplyInfoInformation about the message thread; may be null for forum topic threads.
unread_message_countnumberApproximate number of unread messages in the message thread.
messagesmessageThe messages from which the thread starts. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id).
draft_messagedraftMessageA draft of a message in the message thread; may be null if none.

More details on telegram's documentation.