InputMessage

class pyrogram.raw.base.InputMessage

A message

Constructors:

This base type has 4 constructors available.

InputMessageCallbackQuery

Used by bots for fetching information about the message that originated a callback query

InputMessageID

Message by ID

InputMessagePinned

Pinned message

InputMessageReplyTo

Message to which the specified message replies to

TL Schema


Parameter Tree

InputMessage
├── InputMessageID
│ └── id → int
│ └── id → int
├── id → int
└── query_id → long

Example