Interface GetBusinessAccountStarAmount

Returns the amount of Telegram Stars owned by a business account; for bots only. Request type for Tdjson#getBusinessAccountStarAmount.

interface GetBusinessAccountStarAmount {
    @type: "getBusinessAccountStarAmount";
    business_connection_id: string;
}

Properties

@type: "getBusinessAccountStarAmount"
business_connection_id: string

Unique identifier of business connection.