Layer 227
constructor
payments.starGiftCollections#8a2932f3 collections:Vector<StarGiftCollection> = payments.StarGiftCollections;

Parameters

Name Type Description
Collections Vector < StarGiftCollection > Star gift collections.

Gogram Example

// Creating PaymentsStarGiftCollectionsObj constructor
obj := &tg.PaymentsStarGiftCollectionsObj{
    Collections: &tg.VectorStarGiftCollection{},
}