--- title: storage.fileGif description: File gif image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: storage.fileGif [Back to constructors index](index.md) File 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'} ```