MadelineProto/docs/API_docs/constructors/messageEmpty.md
2016-12-19 20:35:27 +03:00

15 lines
287 B
Markdown

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