MadelineProtoDocs/old_docs/API_docs_v102/constructors/storage_filePartial.md
2019-06-24 15:45:02 +02:00

462 B

title description image
storage.filePartial File partial https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storage.filePartial

Back to constructors index

File partial

Type: storage_FileType

Example:

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

Or, if you're into Lua:

storage_filePartial={_='storage.filePartial'}