Interface GetBusinessConnection

Returns information about a business connection by its identifier; for bots only. Request type for Tdjson#getBusinessConnection.

interface GetBusinessConnection {
    @type: "getBusinessConnection";
    connection_id: string;
}

Properties

Properties

@type: "getBusinessConnection"
connection_id: string

Identifier of the business connection to return.