36 lines
495 B
Markdown
36 lines
495 B
Markdown
|
---
|
||
|
title: messageEmpty
|
||
|
description: messageEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[int](../types/int.md) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Message](../types/Message.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageEmpty = ['_' => 'messageEmpty', 'id' => int, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageEmpty={_='messageEmpty', id=int, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|