telegram-get-message-read-participants
Retrieve the list of users who have read a specific message in a small Telegram group (up to 100 members, within 7 days), including each reader's user ID and the read timestamp.
Instructions
List who has read a message in a small group (≤100 members, ≤7 days old). Returns readers with userId, readAt timestamp. Does NOT work for channels or groups over 100 members (CHAT_TOO_BIG).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Group chat ID or @username | |
| messageId | Yes | ID of the message to check read status for |