MadelineProtoDocs/docs/API_docs/constructors/inputMessageID.md
2024-05-01 14:53:46 +02:00

593 B

title description nav_exclude image
inputMessageID Message by ID true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMessageID

Back to constructors index

Message by ID

Attributes:

Name Type Required Description
id int Yes Message ID

Type: InputMessage

Example:

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