Interface SentGiftRegular

Represents content of a gift received by a user or a channel chat. Subtype of SentGift.

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

Properties

Properties

@type: "sentGiftRegular"
gift: Gift

The gift.