- API ›
- Constructors ›
- InputStarGiftAuctionSlug
InputStarGiftAuctionSlug
---types--- inputStarGiftAuctionSlug#7ab58308 slug:string = InputStarGiftAuction
Belongs to
| InputStarGiftAuction |
In Rust this constructor is a variant of the enums::InputStarGiftAuction enum.
Match on it with: if let enums::InputStarGiftAuction::InputStarGiftAuctionSlug(v) = result { ... }
Parameters
| slug | string | required |
Used by
| GetStarGiftAuctionState |