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 read a message in a topic? #2681

Closed fat-complex closed 11 months ago

fat-complex commented 11 months ago

I received a message in the topic. I know their messages id. I use request viewMessages. Messages are not marked as read. What do I need to do additionally for this?

levlam commented 11 months ago

If you pass proper source to viewMessages, then messages in the topic will be read. Only updates about message being read in a topic aren't implemented yet.

fat-complex commented 11 months ago

@levlam Thank you. Are there any plans to finalize forums and topics? I mean updates for them. And then sometimes you have to make a bunch of requests to have topics up to date.

levlam commented 11 months ago

Support for topics will be completed whenever there will be time for this.

fat-complex commented 11 months ago

Thanks) It work me