mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:58:06 +01:00
20 lines
308 B
Markdown
20 lines
308 B
Markdown
|
---
|
||
|
title: inputDocumentEmpty
|
||
|
description: inputDocumentEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputDocumentEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputDocument](../types/InputDocument.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputDocumentEmpty = ['_' => 'inputDocumentEmpty', ];
|
||
|
```
|