A TON gift was sent

interface ActionTonGift {
    amount: Long;
    cryptoAmount: Long;
    cryptoCurrency: string;
    currency: string;
    transactionId?: string;
    type: "ton_gift";
}

Properties

amount: Long

Amount of the gift in fiat currency

cryptoAmount: Long

Amount of the gift in the crypto currency

cryptoCurrency: string

Crypto currency in which it was paid for

currency: string

Currency for amount

transactionId?: string

Transaction ID

type: "ton_gift"