MadelineProtoDocs/old_docs/API_docs_v91/constructors/encryptedChatDiscarded.md
2019-03-08 13:49:23 +01:00

794 B

title description image
encryptedChatDiscarded Encrypted chat discarded https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: encryptedChatDiscarded

Back to constructors index

Encrypted chat discarded

Attributes:

Name Type Required Description
id int Yes ID

Type: EncryptedChat

Example:

$encryptedChatDiscarded = ['_' => 'encryptedChatDiscarded', 'id' => int];

PWRTelegram json-encoded version:

{"_": "encryptedChatDiscarded", "id": int}

Or, if you're into Lua:

encryptedChatDiscarded={_='encryptedChatDiscarded', id=int}