InputMessageReplyTo

class pyrogram.raw.types.InputMessageReplyTo

Message to which the specified message replies to

Constructor of InputMessage.

Details:
  • Layer: 223

  • ID: BAD88395

Parameters:

id (int 32-bit) – ID of the message that replies to the message we need

TL Schema

inputMessageReplyTo#bad88395
id:int

= InputMessage

Parameter Tree

InputMessageReplyTo
└── idint

Example

InputMessageReplyTo(
    id=0,
)