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>.

NameTypeDescription
chat_idstringChat identifier.
message_idstringIdentifier of the message.

More details on telegram's documentation.