Layer 220
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

InputBotApp

Gogram Example

// Creating InputBotAppShortName constructor
obj := &tg.InputBotAppShortName{
    BotId: &tg.InputUserSelf{},
    ShortName: "...",
}