38 lines
484 B
Markdown
38 lines
484 B
Markdown
|
---
|
||
|
title: storage.fileWebp
|
||
|
description: storage_fileWebp attributes, type and example
|
||
|
---
|
||
|
## Constructor: storage.fileWebp
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [storage\_FileType](../types/storage_FileType.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$storage_fileWebp = ['_' => 'storage.fileWebp'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "storage.fileWebp"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
storage_fileWebp={_='storage.fileWebp'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|