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

Parameters

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

Gogram Example

// Creating PaymentsStarGiftCollections constructor
obj := &tg.PaymentsStarGiftCollections{
    Collections: []tg.StarGiftCollection{&tg.StarGiftCollection{}},
}