463 B
463 B
title | description | image |
---|---|---|
storage.fileUnknown | Unknown type. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: storage.fileUnknown
Unknown type.
Type: storage.FileType
Example:
$storage.fileUnknown = ['_' => 'storage.fileUnknown'];
Or, if you're into Lua:
storage.fileUnknown={_='storage.fileUnknown'}