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

35 lines
540 B
Markdown
Raw Permalink Normal View History

2020-09-12 12:47:38 +02:00
---
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'}
```