Layer 224
StarGiftUpgradePriceObj
Cost to upgrade star gift
constructor
starGiftUpgradePrice#99ea331d date:int upgrade_stars:long = StarGiftUpgradePrice;
Parameters
| Name | Type | Description |
|---|---|---|
| Date | int | Price update date |
| UpgradeStars | long | Stars cost to upgrade |
Returns
StarGiftUpgradePriceGogram Example
// Creating StarGiftUpgradePriceObj constructor obj := &tg.StarGiftUpgradePriceObj{ Date: 42, UpgradeStars: int64(1234567890), }