mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 13:27:21 +01:00
24 lines
411 B
Markdown
24 lines
411 B
Markdown
---
|
|
title: encryptedChatDiscarded
|
|
---
|
|
## Constructor: encryptedChatDiscarded
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [EncryptedChat](../types/EncryptedChat.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$encryptedChatDiscarded = ['_' => encryptedChatDiscarded', 'id' => int, ];
|
|
``` |