MadelineProto/docs/API_docs/constructors/messageEmpty.md
2016-12-20 13:15:22 +01:00

24 lines
359 B
Markdown

---
title: messageEmpty
---
## Constructor: messageEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Required|
### Type: [Message](../types/Message.md)
### Example:
```
$messageEmpty = ['_' => messageEmpty', 'id' => int, ];
```