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