MadelineProto/old_docs/API_docs_v62/constructors/storage_fileUnknown.md

35 lines
508 B
Markdown
Raw Normal View History

---
title: storage.fileUnknown
description: storage_fileUnknown attributes, type and example
---
## Constructor: storage.fileUnknown
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [storage\_FileType](../types/storage_FileType.md)
### Example:
```
$storage_fileUnknown = ['_' => 'storage.fileUnknown', ];
```
Or, if you're into Lua:
```
storage_fileUnknown={_='storage.fileUnknown', }
```