MadelineProto/docs/API_docs/constructors/encryptedChatDiscarded.md
2016-12-20 13:32:11 +01:00

25 lines
476 B
Markdown

---
title: encryptedChatDiscarded
description: encryptedChatDiscarded attributes, type and example
---
## 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, ];
```