MadelineProtoDocs/docs/API_docs/constructors/storage.fileUnknown.md
2024-05-01 14:53:46 +02:00

26 lines
492 B
Markdown

---
title: "storage.fileUnknown"
description: "Unknown type."
nav_exclude: true
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](/API_docs/constructors/index.html)
Unknown type.
### Type: [storage.FileType](/API_docs/types/storage.FileType.html)
### Example:
```
$storage_fileUnknown = ['_' => 'storage.fileUnknown'];
```