MadelineProtoDocs/docs/API_docs/constructors/documentEmpty.md
2024-05-01 14:53:46 +02:00

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];
```