31 lines
442 B
Markdown
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', }
|
|
|
|
```
|
|
|
|
|