551 B
551 B
title: storage.fileJpeg
description: JPEG image. MIME type:
image/jpeg
.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/storage_fileJpeg.html
Constructor: storage.fileJpeg
JPEG image. MIME type: image/jpeg
.
Type: storage.FileType
Example:
$storage.fileJpeg = ['_' => 'storage.fileJpeg'];
Or, if you're into Lua:
storage.fileJpeg={_='storage.fileJpeg'}