readBusinessMessage
Mark an incoming message as read for a business account, acknowledging receipt and updating the chat's read status.
Instructions
Marks incoming message as read on behalf of a business account. Requires the can_read_messages business bot right. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Unique identifier of the chat with the message | |
| message_id | Yes | Unique identifier of the message to mark as read | |
| business_connection_id | Yes | Unique identifier of the business connection |