- API ›
- Constructors ›
- InputGameShortName
InputGameShortName
---types--- inputGameShortName#c331e80a bot_id:InputUser short_name:string = InputGame
Belongs to
| InputGame |
In Rust this constructor is a variant of the enums::InputGame enum.
Match on it with: if let enums::InputGame::InputGameShortName(v) = result { ... }