MadelineProtoDocs/docs/API_docs/constructors/storage_filePartial.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

562 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'];

PWRTelegram json-encoded version:

{"_": "storage.filePartial"}

Or, if you're into Lua:

storage_filePartial={_='storage.filePartial'}