Layer 224
StarGiftUpgradePriceObj
Indicates the price for a gift upgrade starting from a specific point in time.
constructor
starGiftUpgradePrice#99ea331d date:int upgrade_stars:long = StarGiftUpgradePrice;
Parameters
| Name | Type | Description |
|---|---|---|
| Date | int | UNIX timestamp indicating when the price will be in effect. |
| UpgradeStars | long | Upgrade price. |
Returns
StarGiftUpgradePriceGogram Example
// Creating StarGiftUpgradePriceObj constructor obj := &tg.StarGiftUpgradePriceObj{ Date: 42, UpgradeStars: int64(1234567890), }