Interface UpdateNewBusinessMessage

A new message was added to a business account; for bots only. Subtype of Update.

interface UpdateNewBusinessMessage {
    @type: "updateNewBusinessMessage";
    connection_id: string;
    message: BusinessMessage;
}

Properties

@type: "updateNewBusinessMessage"
connection_id: string

Unique identifier of the business connection.

The new message.