mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1002 B
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
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];