MadelineProtoDocs/old_docs/API_docs_v30/constructors/storage.fileUnknown.md

35 lines
526 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
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'}
```