MadelineProtoDocs/docs/API_docs/constructors/secureFileEmpty.md

39 lines
536 B
Markdown

---
title: secureFileEmpty
description: secureFileEmpty attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: secureFileEmpty
[Back to constructors index](index.md)
### Type: [SecureFile](../types/SecureFile.md)
### Example:
```
$secureFileEmpty = ['_' => 'secureFileEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "secureFileEmpty"}
```
Or, if you're into Lua:
```
secureFileEmpty={_='secureFileEmpty'}
```