--- title: storage.fileUnknown description: Unknown type. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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'} ```