35 lines
564 B
Markdown
35 lines
564 B
Markdown
|
---
|
||
|
title: storage.fileMov
|
||
|
description: Quicktime video. MIME type: `video/quicktime`.
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/storage_fileMov.html
|
||
|
---
|
||
|
# 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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|