Layer 224
PaymentsStarGiftUpgradeAttributesObj
Star gift upgrade attributes
constructor
payments.starGiftUpgradeAttributes#46c6e36f attributes:Vector<StarGiftAttribute> = payments.StarGiftUpgradeAttributes;
Parameters
| Name | Type | Description |
|---|---|---|
| Attributes | Vector<StarGiftAttribute> | Available attributes |
Gogram Example
// Creating PaymentsStarGiftUpgradeAttributesObj constructor obj := &tg.PaymentsStarGiftUpgradeAttributesObj{ Attributes: []tg.StarGiftAttribute{&tg.StarGiftAttribute{}}, }