- API ›
- Constructors ›
- InputStarGiftAuction
InputStarGiftAuction
---types--- inputStarGiftAuction#02e16c98 gift_id:long = InputStarGiftAuction
Belongs to
| InputStarGiftAuction |
In Rust this constructor is a variant of the enums::InputStarGiftAuction enum.
Match on it with: if let enums::InputStarGiftAuction::InputStarGiftAuction(v) = result { ... }
Parameters
| gift_id | long | required |
Used by
| GetStarGiftAuctionState |