Layer 227
PaymentsStarGiftUpgradeAttributesObj
List of just the collectible attributes that may appear for a gift type once it's upgraded to a collectible gift.
constructor
payments.starGiftUpgradeAttributes#46c6e36f attributes:Vector<StarGiftAttribute> = payments.StarGiftUpgradeAttributes;
Parameters
| Name | Type | Description |
|---|---|---|
| Attributes | Vector < StarGiftAttribute > | Full list of possible attributes that may be assigned when gifts of the specified type are turned into collectible gifts, including craft-only models marked with star Gift Attribute Model. crafted. |
Gogram Example
// Creating PaymentsStarGiftUpgradeAttributesObj constructor obj := &tg.PaymentsStarGiftUpgradeAttributesObj{ Attributes: &tg.VectorStarGiftAttribute{}, }