MadelineProto/docs/API_docs/constructors/encryptedChatEmpty.md
2016-12-19 19:48:27 +03:00

17 lines
319 B
Markdown

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