mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
728 B
728 B
title | description | nav_exclude | image |
---|---|---|---|
inputMessageReplyTo | Message to which the specified message replies to | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMessageReplyTo
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];