MadelineProtoDocs/docs/API_docs/constructors/inputMessageID.md

30 lines
593 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "inputMessageID"
description: "Message by ID"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputMessageID
[Back to constructors index](/API_docs/constructors/index.html)
Message by ID
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int](/API_docs/types/int.html) | Yes|Message ID|
### Type: [InputMessage](/API_docs/types/InputMessage.html)
### Example:
```
$inputMessageID = ['_' => 'inputMessageID', 'id' => int];
```