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

15 lines
272 B
Markdown

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