- API ›
- Constructors ›
- Payments ›
- StarGiftActiveAuctions
StarGiftActiveAuctions
---types--- payments.starGiftActiveAuctions#aef6abbc auctions:Vector<StarGiftActiveAuctionState> users:Vector<User> chats:Vector<Chat> = payments.StarGiftActiveAuctions
Belongs to
| payments.StarGiftActiveAuctions |
In Rust this constructor is a variant of the enums::payments.StarGiftActiveAuctions enum.
Match on it with: if let enums::payments.StarGiftActiveAuctions::StarGiftActiveAuctions(v) = result { ... }