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

How to get chat message count of all types #2610

Closed neoedmund closed 1 year ago

neoedmund commented 1 year ago

We can use getChatMessageCount to get specified type of message count like videos, photos. But how to get the count of all types , and text message count?

levlam commented 1 year ago

There is no way to receive total number of chat messages in TDLib.

neoedmund commented 1 year ago

Oh my ... but since "no way" is the answer, thanks and closing this issue