MadelineProtoDocs/old_docs/API_docs_v5/constructors/encryptedChatEmpty.md

649 B

title description image
encryptedChatEmpty Empty constructor. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: encryptedChatEmpty

Back to constructors index

Empty constructor.

Attributes:

Name Type Required Description
id int Yes Chat ID

Type: EncryptedChat

Example:

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

Or, if you're into Lua:

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