Link Search Menu Expand Document

Constructor: inputBotAppShortName

Back to constructors index

Used to fetch information about a direct link Mini App by its short name

Attributes:

NameTypeRequiredDescription
bot_idUsername, chat ID, Update, Message or InputUserOptionalID of the bot that owns the bot mini app
short_namestringYesShort name, obtained from a Direct Mini App deep link

Type: InputBotApp

Example:

$inputBotAppShortName = ['_' => 'inputBotAppShortName', 'bot_id' => InputUser, 'short_name' => 'string'];