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
│ ├── id → long
│ └── access_hash → long
├── bot_id → InputUser
│ ├── InputUserEmpty
│ ├── InputUserSelf
│ ├── InputUser
│ └── InputUserFromMessage
└── short_name → string

Example