MadelineProtoDocs/docs/API_docs/constructors/encryptedChatDiscarded.md

680 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];

Or, if you're into Lua:

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