tdlib / td

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

Forum groups view counter is broken #2898

Open Fra078 opened 4 months ago

Fra078 commented 4 months ago

Time ago I reported this issue, forum chats viewed messages counter got by UpdateChatReadInbox is always different from the official Telegram app

levlam commented 4 months ago

UpdateChatReadInbox contains the number of unread messages in the "View as Messages" mode. If the mode isn't enabled for the forum, then other Telegram apps preload 20 recently updated forum topics, combine their unread counters, and show the sum as unread counter of the forum. Currently, this isn't implemented in TDLib, but can be implemented on the app's side.