MadelineProto/old_docs/API_docs_v55/constructors/storage_fileMov.md

38 lines
479 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: storage.fileMov
description: storage_fileMov attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: storage.fileMov
[Back to constructors index](index.md)
### Type: [storage\_FileType](../types/storage_FileType.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$storage_fileMov = ['_' => 'storage.fileMov', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"storage.fileMov"}
```
Or, if you're into Lua:
```
storage_fileMov={_='storage.fileMov', }
```