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, ];
```