Interface AvailableGifts

Contains a list of gifts that can be sent to another user or channel chat.

interface AvailableGifts {
    @type: "availableGifts";
    gifts: AvailableGift[];
}

Properties

Properties

@type: "availableGifts"
gifts: AvailableGift[]

The list of gifts.