1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 20:27:19 +01:00
MadelineProto/old_docs/API_docs_v65/constructors/encryptedFileEmpty.md

31 lines
397 B
Markdown
Raw Normal View History

2017-04-21 13:27:04 +02:00
---
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', }
```