35 lines
544 B
Markdown
35 lines
544 B
Markdown
|
---
|
||
|
title: storage.filePartial
|
||
|
description: Part of a bigger file.
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/storage_filePartial.html
|
||
|
---
|
||
|
# Constructor: storage.filePartial
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Part of a bigger file.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [storage.FileType](../types/storage.FileType.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$storage.filePartial = ['_' => 'storage.filePartial'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
storage.filePartial={_='storage.filePartial'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|