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 do I get an update that the message in the topic has been read. #2596

Closed fat-complex closed 1 year ago

fat-complex commented 1 year ago

Let's say I was sent a message to the topic, and I read it from another client (let's say ios). How do I know that it has been read?

levlam commented 1 year ago

This isn't implemented yet. TDLib has only partial support for topics for now.

fat-complex commented 1 year ago

@levlam Is there any way to get around this limitation or write a patch in tdlib (with your help) ?

levlam commented 1 year ago

There is no way currently to fully implement the updates. For now, apps can receive updated data only rarely by polling topic data with getForumTopics.

fat-complex commented 1 year ago

@levlam Thanks) I will be waiting for the new version with full support for topics.

fat-complex commented 1 year ago

@levlam One more question. And in which update is full support for topics expected?

levlam commented 1 year ago

I can't provide ETA. There are too much things to implement before topics will be usable.