Interface TonTransactionTypeFragmentDeposit

Describes type of transaction with Toncoins. Subtype of TonTransactionType.

interface TonTransactionTypeFragmentDeposit {
    @type: "tonTransactionTypeFragmentDeposit";
    is_gift?: boolean;
    sticker: Sticker;
}

Properties

@type: "tonTransactionTypeFragmentDeposit"
is_gift?: boolean

True, if the transaction is a gift from another user.

sticker: Sticker

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