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