Interface StarTransactionTypeUserDeposit

The transaction is a deposit of Telegram Stars by another user; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeUserDeposit {
    @type: "starTransactionTypeUserDeposit";
    sticker: Sticker;
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeUserDeposit"
sticker: Sticker

The sticker to be shown in the transaction information; may be null if unknown.

user_id: number

Identifier of the user that gifted Telegram Stars; 0 if the user was anonymous.