Layer 228
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 Rarity of this pattern.

Gogram Example

// Creating StarGiftAttributePattern constructor
obj := &tg.StarGiftAttributePattern{
    Name: "Example",
    Document: &tg.DocumentObj{},
    Rarity: &tg.StarGiftAttributeRarityObj{},
}