680 B
680 B
title | description | image |
---|---|---|
encryptedChatDiscarded | Encrypted chat discarded | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: encryptedChatDiscarded
Encrypted chat discarded
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | ID |
Type: EncryptedChat
Example:
$encryptedChatDiscarded = ['_' => 'encryptedChatDiscarded', 'id' => int];
Or, if you're into Lua:
encryptedChatDiscarded={_='encryptedChatDiscarded', id=int}