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

35 lines
540 B
Markdown

---
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](index.md)
GIF image. MIME type: `image/gif`.
### Type: [storage.FileType](../types/storage.FileType.md)
### Example:
```php
$storage.fileGif = ['_' => 'storage.fileGif'];
```
Or, if you're into Lua:
```lua
storage.fileGif={_='storage.fileGif'}
```