MadelineProto/old_docs/API_docs_v25/constructors/storage_fileUnknown.md

31 lines
411 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: storage.fileUnknown
description: storage_fileUnknown attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: storage.fileUnknown
[Back to constructors index](index.md)
### Type: [storage\_FileType](../types/storage_FileType.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$storage_fileUnknown = ['_' => 'storage.fileUnknown', ];
```
Or, if you're into Lua:
```
storage_fileUnknown={_='storage.fileUnknown', }
```