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.

InputBotInlineMessageID

Represents a sent inline message from the perspective of a bot (legacy constructor)

InputBotInlineMessageID64

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_idint
├── idlong
└── access_hashlong

Example

InputBotInlineMessageID(
    dc_id=0,
    id=0,
    access_hash=0,
)