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

Parameters

Name Type Description
Attributes Vector<StarGiftAttribute> Full list of possible attributes that may be assigned when gifts of the specified type are turned into collectible gifts, including craft-only models marked with star Gift Attribute Model. crafted.

Gogram Example

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