- API ›
- Constructors ›
- Payments ›
- SuggestedStarRefBots
SuggestedStarRefBots
---types--- payments.suggestedStarRefBots#b4d5d859 count:int suggested_bots:Vector<StarRefProgram> users:Vector<User> next_offset:flags.0?string = payments.SuggestedStarRefBots
Belongs to
| payments.SuggestedStarRefBots |
In Rust this constructor is a variant of the enums::payments.SuggestedStarRefBots enum.
Match on it with: if let enums::payments.SuggestedStarRefBots::SuggestedStarRefBots(v) = result { ... }