- API ›
- Constructors ›
- ConnectedBotStarRef
ConnectedBotStarRef
---types--- connectedBotStarRef#19a13f71 revoked:flags.1?true url:string date:int bot_id:long commission_permille:int duration_months:flags.0?int participants:long revenue:long = ConnectedBotStarRef
Belongs to
| ConnectedBotStarRef |
In Rust this constructor is a variant of the enums::ConnectedBotStarRef enum.
Match on it with: if let enums::ConnectedBotStarRef::ConnectedBotStarRef(v) = result { ... }