mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
30 lines
650 B
Markdown
30 lines
650 B
Markdown
---
|
|
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];
|
|
```
|