MadelineProtoDocs/old_docs/API_docs_v14/constructors/storage.fileJpeg.md

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

Back to constructors index

JPEG image. MIME type: image/jpeg.

Type: storage.FileType

Example:

$storage.fileJpeg = ['_' => 'storage.fileJpeg'];

Or, if you're into Lua:

storage.fileJpeg={_='storage.fileJpeg'}