544 B
544 B
title | description | image | redirect_from |
---|---|---|---|
storage.filePartial | Part of a bigger file. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/storage_filePartial.html |
Constructor: storage.filePartial
Part of a bigger file.
Type: storage.FileType
Example:
$storage.filePartial = ['_' => 'storage.filePartial'];
Or, if you're into Lua:
storage.filePartial={_='storage.filePartial'}