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

Parameters

Name Type Description
Attributes Vector<StarGiftAttribute>

Gogram Example

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