Layer 220
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
Parameters
| Name | Type | Description |
|---|---|---|
| Icons | Vector<Document> | Gifts in the collection. |
Returns
WebPageAttributeGogram Example
// Creating WebPageAttributeStarGiftCollection constructor obj := &tg.WebPageAttributeStarGiftCollection{ Icons: []tg.Document{&tg.Document{}}, }