Layer 224
PaymentsStarGiftCollectionsObj
Represents a list of star gift collections.
constructor
payments.starGiftCollections#8a2932f3 collections:Vector<StarGiftCollection> = payments.StarGiftCollections;
Parameters
| Name | Type | Description |
|---|---|---|
| Collections | Vector<StarGiftCollection> | Star gift collections. |
Returns
payments.StarGiftCollectionsGogram Example
// Creating PaymentsStarGiftCollectionsObj constructor obj := &tg.PaymentsStarGiftCollectionsObj{ Collections: []tg.StarGiftCollection{&tg.StarGiftCollection{}}, }