get_message_read_participants()¶
- Client.get_message_read_participants()¶
Get the list of users who have read a message.
Usable by Users Bots
- Parameters:¶
chat_id (
int
|str
) – Unique identifier (int) or username (str) of the target chat. You can also use chat public link in form of t.me/<username> (str).message_id (
int
) – Unique identifier of the target message.
- Returns:¶
AsyncGenerator
– On success, an async generator yieldingReadParticipant
objects is returned.