1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 13:27:21 +01:00
MadelineProto/docs/API_docs/constructors/encryptedChatDiscarded.md
2016-12-20 13:15:22 +01:00

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, ];
```