Layer 228
constructor
webPageAttributeStarGiftCollection#31cad303 icons:Vector<Document> = WebPageAttribute;

Parameters

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

Gogram Example

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