Link Search Menu Expand Document

Constructor: inputBotAppID

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
idlongYesdirect link Mini App ID.
access_hashlongYesAccess hash, obtained from the botApp constructor.

Type: InputBotApp

Example:

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