MadelineProtoDocs/old_docs/API_docs_v5/constructors/storage.fileGif.md

540 B

title: storage.fileGif description: GIF image. MIME type: image/gif. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png redirect_from: /API_docs/constructors/storage_fileGif.html

Constructor: storage.fileGif

Back to constructors index

GIF image. MIME type: image/gif.

Type: storage.FileType

Example:

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

Or, if you're into Lua:

storage.fileGif={_='storage.fileGif'}