Interface TransferBusinessAccountStars

Transfer Telegram Stars from the business account to the business bot; for bots only. Request type for Tdjson#transferBusinessAccountStars.

interface TransferBusinessAccountStars {
    @type: "transferBusinessAccountStars";
    business_connection_id: string;
    star_count: number;
}

Properties

@type: "transferBusinessAccountStars"
business_connection_id: string

Unique identifier of business connection.

star_count: number

Number of Telegram Stars to transfer.