mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-07 16:48:30 +01:00
19 lines
246 B
Markdown
19 lines
246 B
Markdown
---
|
|
title: inputDocumentEmpty
|
|
---
|
|
## Constructor: inputDocumentEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputDocument](../types/InputDocument.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputDocumentEmpty = ['_' => inputDocumentEmpty', ];
|
|
``` |