35 lines
526 B
Markdown
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'}
|
|
|
|
```
|
|
|
|
|