- API ›
- Constructors ›
- Payments ›
- ConnectedStarRefBots
ConnectedStarRefBots
---types--- payments.connectedStarRefBots#98d5ea1d count:int connected_bots:Vector<ConnectedBotStarRef> users:Vector<User> = payments.ConnectedStarRefBots
Belongs to
| payments.ConnectedStarRefBots |
In Rust this constructor is a variant of the enums::payments.ConnectedStarRefBots enum.
Match on it with: if let enums::payments.ConnectedStarRefBots::ConnectedStarRefBots(v) = result { ... }
Parameters
| count | int | required |
| connected_bots | Vector<ConnectedBotStarRef> | required |
| users | Vector<User> | required |