17 lines
319 B
Markdown
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, ];
|
|
``` |