MadelineProtoDocs/docs/API_docs/constructors/inputBotAppShortName.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
inputBotAppShortName Used to fetch information about a direct link Mini App by its short name true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBotAppShortName

Back to constructors index

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

Attributes:

Name Type Required Description
bot_id Username, chat ID, Update, Message or InputUser Optional ID of the bot that owns the bot mini app
short_name string Yes Short name, obtained from a Direct Mini App deep link

Type: InputBotApp

Example:

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