Layer 220
InputBotAppShortName
Used to fetch information about a direct link Mini App by its short name
constructor
inputBotAppShortName#908c0407 bot_id:InputUser short_name:string = InputBotApp;
Parameters
| Name | Type | Description |
|---|---|---|
| BotId | InputUser | ID of the bot that owns the bot mini app |
| ShortName | string | Short name, obtained from a Direct Mini App deep link |
Returns
InputBotAppGogram Example
// Creating InputBotAppShortName constructor obj := &tg.InputBotAppShortName{ BotId: &tg.InputUserSelf{}, ShortName: "...", }