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];