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

[WIP] base work to add unread mention count to updateUnreadMessageCount (closes #510) #2723

Open DrDub opened 10 months ago

DrDub commented 10 months ago

This is some of basic scaffolding to implement unread mention count.

However, I don't know how to handle the cases marked with "TODO" (they might need server support?).

Any hints or help will be appreciated.