Layer 224
StarGiftAttributeRarityObj
Star gift rarity level
constructor
starGiftAttributeRarity#36437737 permille:int = StarGiftAttributeRarity;
Parameters
| Name | Type | Description |
|---|---|---|
| Permille | int | Rarity in permille |
Returns
StarGiftAttributeRarityGogram Example
// Creating StarGiftAttributeRarityObj constructor obj := &tg.StarGiftAttributeRarityObj{ Permille: 42, }