telegram-get-message-read-participants
Retrieve list of members who have read a specific message in a small Telegram group (up to 100 members, within 7 days). Returns user IDs and read timestamps.
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 |