- API ›
- Constructors ›
- InputBotAppShortName
InputBotAppShortName
---types--- inputBotAppShortName#908c0407 bot_id:InputUser short_name:string = InputBotApp
Belongs to
| InputBotApp |
In Rust this constructor is a variant of the enums::InputBotApp enum.
Match on it with: if let enums::InputBotApp::InputBotAppShortName(v) = result { ... }
Parameters
Used by
| GetBotApp |
| RequestAppWebView |