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
│ └── idint
│ └── idint
├── idint
└── query_idlong

Example