MadelineProtoDocs/docs/API_docs/constructors/inputMessageReplyTo.md
2018-04-01 13:24:46 +02:00

662 B

title description
inputMessageReplyTo inputMessageReplyTo attributes, type and example

Constructor: inputMessageReplyTo

Back to constructors index

Attributes:

Name Type Required
id int Yes

Type: InputMessage

Example:

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

PWRTelegram json-encoded version:

{"_": "inputMessageReplyTo", "id": int}

Or, if you're into Lua:

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