mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
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, ];
|
||
|
```
|