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

Getting the message history in a topic #2708

Closed fat-complex closed 11 months ago

fat-complex commented 11 months ago

Is it possible to use getMessageThreadHistory to get the message history in the topic instead of getChatHistory?

levlam commented 11 months ago

Yes, but for this you need to preload the first topic message using getMessageThread.

fat-complex commented 11 months ago

@levlam Thx)))