ahmad programmer
ahmad programmer

Reputation: 11

how to detect user read message with telethon?

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

Answers (1)

kevlar
kevlar

Reputation: 131

There is a MessageRead event. It is triggered when a user reads a message you sent.

Upvotes: 2

Related Questions