InputBotAppID

class pyrogram.raw.types.InputBotAppID

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

Constructor of InputBotApp.

Details:
  • Layer: 223

  • ID: A920BD7A

Parameters:
  • id (int 64-bit) – direct link Mini App ID.

  • access_hash (int 64-bit) – Access hash, obtained from the botApp constructor.

TL Schema

inputBotAppID#a920bd7a
id:long
access_hash:long

= InputBotApp

Parameter Tree

InputBotAppID
├── idlong
└── access_hashlong

Example

InputBotAppID(
    id=0,
    access_hash=0,
)