View Source ExTDLib.Method.GetMessageThread (ExTDLib v0.0.4)
Returns information about a message thread. Can be used only if message.can_get_message_thread == true. Returns object_ptr<MessageThreadInfo>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_id | string | Identifier of the message. |
More details on telegram's documentation.