tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Unable to load forum topics history #2571

Closed Fra078 closed 1 year ago

Fra078 commented 1 year ago

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

levlam commented 1 year ago

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.