Interface StarTransactionTypeBusinessBotTransferReceive

The transaction is a transfer of Telegram Stars from a business account; for bots only. Subtype of StarTransactionType.

interface StarTransactionTypeBusinessBotTransferReceive {
    @type: "starTransactionTypeBusinessBotTransferReceive";
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeBusinessBotTransferReceive"
user_id: number

Identifier of the user that sent Telegram Stars.