Interface UpdateBusinessConnection

A business connection has changed; for bots only. Subtype of Update.

interface UpdateBusinessConnection {
    @type: "updateBusinessConnection";
    connection: BusinessConnection;
}

Properties

Properties

@type: "updateBusinessConnection"
connection: BusinessConnection

New data about the connection.