39 lines
680 B
Markdown
39 lines
680 B
Markdown
|
---
|
||
|
title: encryptedChatDiscarded
|
||
|
description: Encrypted chat discarded
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: encryptedChatDiscarded
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Encrypted chat discarded
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|id|[int](../types/int.md) | Yes|ID|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [EncryptedChat](../types/EncryptedChat.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$encryptedChatDiscarded = ['_' => 'encryptedChatDiscarded', 'id' => int];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
encryptedChatDiscarded={_='encryptedChatDiscarded', id=int}
|
||
|
|
||
|
```
|
||
|
|
||
|
|