MadelineProtoDocs/old_docs/API_docs_v14/constructors/storage.fileUnknown.md

526 B

title description image redirect_from
storage.fileUnknown Unknown type. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/storage_fileUnknown.html

Constructor: storage.fileUnknown

Back to constructors index

Unknown type.

Type: storage.FileType

Example:

$storage.fileUnknown = ['_' => 'storage.fileUnknown'];

Or, if you're into Lua:

storage.fileUnknown={_='storage.fileUnknown'}