Layer 227
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.VectorDocument{},
}