540 B
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
GIF image. MIME type: image/gif
.
Type: storage.FileType
Example:
$storage.fileGif = ['_' => 'storage.fileGif'];
Or, if you're into Lua:
storage.fileGif={_='storage.fileGif'}