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

bot_idInputUserrequired
short_namestringrequired

Used by

GetBotApp
RequestAppWebView