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

Get all message from MessageCalendarDay #2599

Closed neoedmund closed 1 year ago

neoedmund commented 1 year ago

In MessageCalendarDay, there are totalCount and one message, how to get all the messages in the day?

levlam commented 1 year ago

This isn't needed in the calendar interface in the official apps, but if you still want to get all messages, then you can load up to totalCount messages using searchChatMessages using negative offset and the same filter.

neoedmund commented 1 year ago

Thank you. By the way, is tdlib used in telegramdesktop/tdesktop? I cannot find it included in it. Do you know any client actually using tdlib?

levlam commented 1 year ago

Among official apps only Telegram X uses TDLib, but you can find much more third-party apps in https://github.com/tdlib/td/tree/master/example#readme.