Layer 224
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.

Gogram Example

// Creating StarGiftUpgradePriceObj constructor
obj := &tg.StarGiftUpgradePriceObj{
    Date: 42,
    UpgradeStars: int64(1234567890),
}