mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
26 lines
536 B
Markdown
26 lines
536 B
Markdown
|
---
|
||
|
title: "storage.fileMov"
|
||
|
description: "Quicktime video. MIME type: video/quicktime."
|
||
|
nav_exclude: true
|
||
|
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](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Quicktime video. MIME type: `video/quicktime`.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [storage.FileType](/API_docs/types/storage.FileType.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$storage_fileMov = ['_' => 'storage.fileMov'];
|
||
|
```
|