MadelineProtoDocs/docs/API_docs/constructors/storage.fileJpeg.md

26 lines
521 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "storage.fileJpeg"
description: "JPEG image. MIME type: image/jpeg."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/storage_fileJpeg.html
---
# Constructor: storage.fileJpeg
[Back to constructors index](/API_docs/constructors/index.html)
JPEG image. MIME type: `image/jpeg`.
### Type: [storage.FileType](/API_docs/types/storage.FileType.html)
### Example:
```
$storage_fileJpeg = ['_' => 'storage.fileJpeg'];
```