MadelineProtoDocs/docs/API_docs/constructors/inputMessageReplyTo.md
2019-12-27 17:48:04 +01:00

761 B

title description image
inputMessageReplyTo Message to which the specified message replies to https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessageReplyTo

Back to constructors index

Message to which the specified message replies to

Attributes:

Name Type Required Description
id int Yes ID of the message that replies to the message we need

Type: InputMessage

Example:

$inputMessageReplyTo = ['_' => 'inputMessageReplyTo', 'id' => int];

Or, if you're into Lua:

inputMessageReplyTo={_='inputMessageReplyTo', id=int}