mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 00:39:38 +01:00
20 lines
341 B
Markdown
20 lines
341 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, ];
|
|
``` |