telegram-get-outbox-read-date
Check when a recipient read your outgoing private message. Returns the read date or null if unread, with error handling for disabled read receipts.
Instructions
Get when your recipient read your outgoing message in a private chat. Returns null/Not read yet if unread. Errors if the other side disabled read receipts (YOUR_PRIVACY_RESTRICTED / USER_PRIVACY_RESTRICTED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Private chat ID or @username of the recipient | |
| messageId | Yes | ID of your outgoing message |