mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
26 lines
562 B
Markdown
26 lines
562 B
Markdown
|
---
|
||
|
title: inputVideoFileLocation
|
||
|
description: inputVideoFileLocation attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputVideoFileLocation
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[long](../types/long.md) | Required|
|
||
|
|access\_hash|[long](../types/long.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputFileLocation](../types/InputFileLocation.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputVideoFileLocation = ['_' => 'inputVideoFileLocation', 'id' => long, 'access_hash' => long, ];
|
||
|
```
|