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