MadelineProtoDocs/old_docs/API_docs_v14/constructors/encryptedChatDiscarded.md

689 B

title description image
encryptedChatDiscarded Discarded or deleted chat. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: encryptedChatDiscarded

Back to constructors index

Discarded or deleted chat.

Attributes:

Name Type Required Description
id int Yes Chat ID

Type: EncryptedChat

Example:

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

Or, if you're into Lua:

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