Layer 224
constructor
payments.starGiftUpgradeAttributes#46c6e36f attributes:Vector<StarGiftAttribute> = payments.StarGiftUpgradeAttributes;

Parameters

Name Type Description
Attributes Vector<StarGiftAttribute> Available attributes

Gogram Example

// Creating PaymentsStarGiftUpgradeAttributesObj constructor
obj := &tg.PaymentsStarGiftUpgradeAttributesObj{
    Attributes: []tg.StarGiftAttribute{&tg.StarGiftAttribute{}},
}