1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 14:18:16 +01:00
MadelineProto/docs/API_docs/constructors/chatEmpty.md
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, ];
```