2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: encryptedChatEmpty
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [EncryptedChat](../types/EncryptedChat.md)
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$encryptedChatEmpty = ['_' => encryptedChatEmpty', 'id' => int, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|