Layer 220
constructor
inputStarGiftAuctionSlug#7ab58308 slug:string = InputStarGiftAuction;

Parameters

Name Type Description
Slug string

Gogram Example

// Creating InputStarGiftAuctionSlug constructor
obj := &tg.InputStarGiftAuctionSlug{
    Slug: "...",
}