MadelineProtoDocs/old_docs/API_docs_v38/constructors/encryptedChatEmpty.md
2018-04-04 19:52:48 +02:00

730 B

title description image
encryptedChatEmpty encryptedChatEmpty attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: encryptedChatEmpty

Back to constructors index

Attributes:

Name Type Required
id int Yes

Type: EncryptedChat

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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