Layer 224
constructor
starGiftAttributeRarity#36437737 permille:int = StarGiftAttributeRarity;

Parameters

Name Type Description
Permille int Rarity in permille

Gogram Example

// Creating StarGiftAttributeRarityObj constructor
obj := &tg.StarGiftAttributeRarityObj{
    Permille: 42,
}