MadelineProto/docs/API_docs/constructors/chatEmpty.md
2016-12-20 13:32:11 +01:00

25 lines
393 B
Markdown

---
title: chatEmpty
description: chatEmpty attributes, type and example
---
## Constructor: chatEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Required|
### Type: [Chat](../types/Chat.md)
### Example:
```
$chatEmpty = ['_' => chatEmpty', 'id' => int, ];
```