MadelineProto/old_docs/API_docs_v42/constructors/inputEncryptedFileEmpty.md
2017-05-27 22:21:14 +01:00

31 lines
442 B
Markdown

---
title: inputEncryptedFileEmpty
description: inputEncryptedFileEmpty attributes, type and example
---
## Constructor: inputEncryptedFileEmpty
[Back to constructors index](index.md)
### Type: [InputEncryptedFile](../types/InputEncryptedFile.md)
### Example:
```
$inputEncryptedFileEmpty = ['_' => 'inputEncryptedFileEmpty', ];
```
Or, if you're into Lua:
```
inputEncryptedFileEmpty={_='inputEncryptedFileEmpty', }
```