mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
1.1 KiB
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
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'];