Layer 227
InputStarGiftAuctionSlug
Used to fetch auctions using the slug of an auction deep link.
constructor
inputStarGiftAuctionSlug#7ab58308 slug:string = InputStarGiftAuction;
Parameters
| Name | Type | Description |
|---|---|---|
| Slug | string | Auction deep link slug. |
Returns
InputStarGiftAuctionGogram Example
// Creating InputStarGiftAuctionSlug constructor obj := &tg.InputStarGiftAuctionSlug{ Slug: "Hello, World!", }