Interface ReadBusinessMessage

Reads a message on behalf of a business account; for bots only. Request type for Tdjson#readBusinessMessage.

interface ReadBusinessMessage {
    @type: "readBusinessMessage";
    business_connection_id: string;
    chat_id: number;
    message_id: number;
}

Properties

@type: "readBusinessMessage"
business_connection_id: string

Unique identifier of business connection through which the message was received.

chat_id: number

The chat the message belongs to.

message_id: number

Identifier of the message.