MadelineProto/old_docs/API_docs_v62/constructors/storage_fileMov.md

35 lines
480 B
Markdown

---
title: storage.fileMov
description: storage_fileMov attributes, type and example
---
## Constructor: storage.fileMov
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [storage\_FileType](../types/storage_FileType.md)
### Example:
```
$storage_fileMov = ['_' => 'storage.fileMov', ];
```
Or, if you're into Lua:
```
storage_fileMov={_='storage.fileMov', }
```