1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:34:41 +01:00
MadelineProto/old_docs/API_docs_v41/constructors/encryptedFileEmpty.md

31 lines
397 B
Markdown
Raw Normal View History

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