Layer 227
WebPageAttributeUniqueStarGift
Contains info about collectible gift for a web Page preview of a collectible gift (the web Page will have a type of telegram_nft ).
constructor
webPageAttributeUniqueStarGift#cf6f6db8 gift:StarGift = WebPageAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| Gift | StarGift | The star Gift Unique constructor. |
Returns
WebPageAttributeGogram Example
// Creating WebPageAttributeUniqueStarGift constructor obj := &tg.WebPageAttributeUniqueStarGift{ Gift: &tg.StarGift{}, }