MadelineProtoDocs/old_docs/API_docs_v100/constructors/encryptedChatEmpty.md
2019-12-27 17:48:04 +01:00

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}