19 lines
452 B
Markdown
19 lines
452 B
Markdown
|
## Constructor: inputDocumentFileLocation
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|id|[long](../types/long.md) | Required|
|
||
|
|access\_hash|[long](../types/long.md) | Required|
|
||
|
|version|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [InputFileLocation](../types/InputFileLocation.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$inputDocumentFileLocation = ['id' => long, 'access_hash' => long, 'version' => int, ];
|
||
|
```
|