InputBotAppID
- class pyrogram.raw.types.InputBotAppID
Used to fetch information about a direct link Mini App by its ID
Constructor of
InputBotApp.- Details:
Layer:
223ID:
A920BD7A
- Parameters:
id (
int64-bit) – direct link Mini App ID.access_hash (
int64-bit) – Access hash, obtained from the botApp constructor.
TL Schema
inputBotAppID#a920bd7a
id:long
access_hash:long
= InputBotApp
Parameter Tree
InputBotAppID
├── id →
long└── access_hash →
longExample
InputBotAppID(
id=0,
access_hash=0,
)