1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:27:20 +01:00
MadelineProto/docs/API_docs/constructors/chatEmpty.md

17 lines
255 B
Markdown

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