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