MadelineProtoDocs/old_docs/API_docs_v5/constructors/storage.filePartial.md

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

Back to constructors index

Part of a bigger file.

Type: storage.FileType

Example:

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

Or, if you're into Lua:

storage.filePartial={_='storage.filePartial'}