Layer 220
StarGiftAttributePattern
A sticker applied on the backdrop of a collectible gift using a repeating pattern.
constructor
starGiftAttributePattern#13acff19 name:string document:Document rarity_permille:int = StarGiftAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| Name | string | Name of the symbol |
| Document | Document | The symbol |
| RarityPermille | int | The number of upgraded gifts that receive this backdrop for each 1000 gifts upgraded. |
Returns
StarGiftAttributeGogram Example
// Creating StarGiftAttributePattern constructor obj := &tg.StarGiftAttributePattern{ Name: "...", Document: &tg.Document{}, RarityPermille: 0, }