InputBotInlineMessageID
- class pyrogram.raw.base.InputBotInlineMessageID
Represents a sent inline message from the perspective of a bot
- Constructors:
This base type has 2 constructors available.
Represents a sent inline message from the perspective of a bot (legacy constructor)
Represents a sent inline message from the perspective of a bot
TL Schema
inputBotInlineMessageID#890c3d89
dc_id:int
id:long
access_hash:long
= InputBotInlineMessageID
Parameter Tree
InputBotInlineMessageID
├── dc_id →
int├── id →
long└── access_hash →
longExample
InputBotInlineMessageID(
dc_id=0,
id=0,
access_hash=0,
)