Layer 227
WebPageAttributeStarGiftAuction
Contains info about a collectible gift auction for a web Page preview of an auction (the web Page will have a type of telegram_auction ).
constructor
webPageAttributeStarGiftAuction#1c641c2 gift:StarGift end_date:int = WebPageAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| Gift | StarGift | The gift linked to the auction |
| EndDate | int | Date when the auction will end (UNIX timestamp) |
Returns
WebPageAttributeGogram Example
// Creating WebPageAttributeStarGiftAuction constructor obj := &tg.WebPageAttributeStarGiftAuction{ Gift: &tg.StarGift{}, EndDate: 42, }