Interface SentGiftRegular

Represents a gift received by a user. Subtype of SentGift.

interface SentGiftRegular {
    @type: "sentGiftRegular";
    gift: Gift;
}

Properties

Properties

@type: "sentGiftRegular"
gift: Gift

The gift.