Interface UpgradedGiftAttributeIdBackdrop

Identifier of a gift backdrop. Subtype of UpgradedGiftAttributeId.

interface UpgradedGiftAttributeIdBackdrop {
    @type: "upgradedGiftAttributeIdBackdrop";
    backdrop_id: number;
}

Properties

Properties

@type: "upgradedGiftAttributeIdBackdrop"
backdrop_id: number

Identifier of the backdrop.