read_business_message()

Client.read_business_message()

Marks a message as read on behalf of a managed business account.

Parameters:
  • business_connection_id (str) – Unique identifier of the business connection.

  • chat_id (int | str) – Unique identifier of the chat.

  • message_id (int) – Identifier of the message to mark as read.

Returns:

bool – True on success.