Interface StarTransactionTypeBusinessBotTransferSend

The transaction is a transfer of Telegram Stars to a business bot; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeBusinessBotTransferSend {
    @type: "starTransactionTypeBusinessBotTransferSend";
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeBusinessBotTransferSend"
user_id: number

Identifier of the bot that received Telegram Stars.