mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
593 B
593 B
title | description | nav_exclude | image |
---|---|---|---|
inputMessageID | Message by ID | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMessageID
Message by ID
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | Message ID |
Type: InputMessage
Example:
$inputMessageID = ['_' => 'inputMessageID', 'id' => int];