Layer 228
WebPageAttributeStarGiftCollection
Contains info about a gift collection for a web Page preview of a gift collection (the web Page will have a type of telegram_collection ).
constructor
webPageAttributeStarGiftCollection#31cad303 icons:Vector<Document> = WebPageAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| Icons | Vector<Document> | Gifts in the collection. |
Returns
WebPageAttributeGogram Example
// Creating WebPageAttributeStarGiftCollection constructor obj := &tg.WebPageAttributeStarGiftCollection{ Icons: []tg.Document{&tg.DocumentObj{}}, }