mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
20 lines
306 B
Markdown
20 lines
306 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', ];
|
||
|
```
|