Layer 220
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.

Gogram Example

// Creating StarGiftAttributePattern constructor
obj := &tg.StarGiftAttributePattern{
    Name: "...",
    Document: &tg.Document{},
    RarityPermille: 0,
}