Layer 224
StarGiftAttributePattern
A sticker applied on the backdrop of a collectible gift using a repeating pattern.
constructor
starGiftAttributePattern#4e7085ea name:string document:Document rarity:StarGiftAttributeRarity = StarGiftAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| Name | string | Name of the symbol |
| Document | Document | The symbol |
| Rarity | StarGiftAttributeRarity |
Returns
StarGiftAttributeGogram Example
// Creating StarGiftAttributePattern constructor obj := &tg.StarGiftAttributePattern{ Name: "Hello, World!", Document: &tg.Document{}, Rarity: &tg.StarGiftAttributeRarity{}, }