Layer 220
PaymentsStarGiftCollections
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 PaymentsStarGiftCollections constructor obj := &tg.PaymentsStarGiftCollections{ Collections: []tg.StarGiftCollection{&tg.StarGiftCollection{}}, }