I'm trying to load messages from topic with the method TdApi.GetMessageThreadHistory but it works only for general topic. I'm retrieving ids by ForumTopicInfo.messageThreadId
Current;y, if the topic isn't the General topic, you need to load the message with identifier ForumTopicInfo.messageThreadId before you can use TdApi.GetMessageThreadHistory.
I'm trying to load messages from topic with the method TdApi.GetMessageThreadHistory but it works only for general topic. I'm retrieving ids by ForumTopicInfo.messageThreadId