2016-12-19 20:56:05 +03:00

18 lines
275 B
Markdown

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