- API ›
- Constructors ›
- UpdateStarGiftAuctionState
UpdateStarGiftAuctionState
---types--- updateStarGiftAuctionState#48e246c2 gift_id:long state:StarGiftAuctionState = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateStarGiftAuctionState(v) = result { ... }
Parameters
| gift_id | long | required |
| state | StarGiftAuctionState | required |