Layer 220
constructor

Parameters

Name Type Description
Icons Vector<Document> Gifts in the collection.

Gogram Example

// Creating WebPageAttributeStarGiftCollection constructor
obj := &tg.WebPageAttributeStarGiftCollection{
    Icons: []tg.Document{&tg.Document{}},
}