Interface UpgradedGiftAttributeIdSymbol

Identifier of a gift symbol. Subtype of UpgradedGiftAttributeId.

interface UpgradedGiftAttributeIdSymbol {
    @type: "upgradedGiftAttributeIdSymbol";
    sticker_id: string;
}

Properties

Properties

@type: "upgradedGiftAttributeIdSymbol"
sticker_id: string

Identifier of the sticker representing the symbol.