InputMessageReplyTo
- class pyrogram.raw.types.InputMessageReplyTo
Message to which the specified message replies to
Constructor of
InputMessage.- Details:
Layer:
223ID:
BAD88395
- Parameters:
id (
int32-bit) – ID of the message that replies to the message we need
TL Schema
inputMessageReplyTo#bad88395
id:int
= InputMessage
Parameter Tree
InputMessageReplyTo
└── id →
intExample
InputMessageReplyTo(
id=0,
)