- API ›
- Constructors ›
- InputBotAppId
InputBotAppId
---types--- inputBotAppID#a920bd7a id:long access_hash:long = InputBotApp
Belongs to
| InputBotApp |
In Rust this constructor is a variant of the enums::InputBotApp enum.
Match on it with: if let enums::InputBotApp::InputBotAppId(v) = result { ... }
Parameters
Used by
| GetBotApp |
| RequestAppWebView |