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

1002 B

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

Constructor: inputBotAppID

Back to constructors index

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

Attributes:

Name Type Required Description
id long Yes direct link Mini App ID.
access_hash long Yes Access hash, obtained from the botApp constructor.

Type: InputBotApp

Example:

$inputBotAppID = ['_' => 'inputBotAppID', 'id' => long, 'access_hash' => long];