--- title: storage.fileMov description: Quicktime video. MIME type: `video/quicktime`. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: storage.fileMov [Back to constructors index](index.md) Quicktime video. MIME type: `video/quicktime`. ### Type: [storage\_FileType](../types/storage_FileType.md) ### Example: ```php $storage_fileMov = ['_' => 'storage.fileMov']; ``` Or, if you're into Lua: ```lua storage_fileMov={_='storage.fileMov'} ```