MadelineProtoDocs/old_docs/API_docs_v105/constructors/storage.fileUnknown.md
2019-12-27 18:46:25 +01:00

35 lines
526 B
Markdown

---
title: storage.fileUnknown
description: Unknown type.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/storage_fileUnknown.html
---
# Constructor: storage.fileUnknown
[Back to constructors index](index.md)
Unknown type.
### Type: [storage.FileType](../types/storage.FileType.md)
### Example:
```php
$storage.fileUnknown = ['_' => 'storage.fileUnknown'];
```
Or, if you're into Lua:
```lua
storage.fileUnknown={_='storage.fileUnknown'}
```