Layer 220
InputBotAppId
Used to fetch information about a direct link Mini App by its ID
constructor
inputBotAppID#a920bd7a id:long access_hash:long = InputBotApp;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | direct link Mini App ID. |
| AccessHash | long | Access hash, obtained from the bot App constructor. |
Returns
InputBotAppGogram Example
// Creating InputBotAppId constructor obj := &tg.InputBotAppId{ Id: int64(0), AccessHash: int64(0), }