MadelineProtoDocs/docs/API_docs/constructors/storage_filePartial.md

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'}