Reputation: 11
I send message to a user with Telethon (python wrapper for telegram API). Now I want to know users that received my message read that or not. Same as two tick in Telegram clients when user read message.
Upvotes: 1
Views: 985
Reputation: 131
There is a MessageRead
event. It is triggered when a user reads a message you sent.
Upvotes: 2