MadelineProto/old_docs/API_docs_v33/constructors/storage_filePartial.md

38 lines
508 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: storage.filePartial
description: storage_filePartial attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: storage.filePartial
[Back to constructors index](index.md)
### Type: [storage\_FileType](../types/storage_FileType.md)
### Example:
```
2017-07-23 16:33:46 +02:00
$storage_filePartial = ['_' => 'storage.filePartial'];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
2017-07-23 16:33:46 +02:00
{"_": "storage.filePartial"}
2017-07-23 16:11:02 +02:00
```
Or, if you're into Lua:
```
2017-07-23 16:33:46 +02:00
storage_filePartial={_='storage.filePartial'}
```