InputBotApp

class pyrogram.raw.base.InputBotApp

Used to fetch information about a direct link Mini App

Constructors:

This base type has 2 constructors available.

InputBotAppID

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

InputBotAppShortName

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

TL Schema


Parameter Tree

InputBotApp
├── InputBotAppID
│ ├── idlong
│ └── access_hashlong
├── bot_idInputUser
│ ├── InputUserEmpty
│ ├── InputUserSelf
│ ├── InputUser
│ └── InputUserFromMessage
└── short_namestring

Example