How do I mark a voice message as listened to using pyrogram?

51 views Asked by At

I wrote a user bot that uses the stt service to recognize voice messages. Everything works, but I want the voice message to be marked as listened to.

I didn't find any parameters or methods in the documentation to do this. Client.read_chat_history() does not solve the problem

1

There are 1 answers

1
Silent Wraith On BEST ANSWER

Currently, there is no method to mark a voice message as listened via Pyrogram. Consider using a database to store the ID of listened voice message.