--- title: "encryptedChatEmpty" description: "Empty constructor." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: encryptedChatEmpty [Back to constructors index](/API_docs/constructors/index.html) Empty constructor. ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[int](/API_docs/types/int.html) | Yes|Chat ID| ### Type: [EncryptedChat](/API_docs/types/EncryptedChat.html) ### Example: ``` $encryptedChatEmpty = ['_' => 'encryptedChatEmpty', 'id' => int]; ```