Layer 224
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

Gogram Example

// Creating StarGiftAttributePattern constructor
obj := &tg.StarGiftAttributePattern{
    Name: "Hello, World!",
    Document: &tg.Document{},
    Rarity: &tg.StarGiftAttributeRarity{},
}