1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:37:51 +01:00
MadelineProto/docs/API_docs/constructors/encryptedChatDiscarded.md

17 lines
299 B
Markdown
Raw Normal View History

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