MadelineProto/docs/API_docs/constructors/inputDocumentFileLocation.md

19 lines
487 B
Markdown
Raw Normal View History

## 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:
```
2016-12-19 17:48:27 +01:00
$inputDocumentFileLocation = ['_' => inputDocumentFileLocation', 'id' => long, 'access_hash' => long, 'version' => int, ];
```