Constructor: inputBotAppShortName
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'];