1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:47:24 +01:00
MadelineProto/docs/API_docs/constructors/inputDocumentFileLocation.md
2016-12-20 13:15:22 +01:00

26 lines
570 B
Markdown

---
title: inputDocumentFileLocation
---
## Constructor: inputDocumentFileLocation
[Back to constructors index](index.md)
### 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 = ['_' => inputDocumentFileLocation', 'id' => long, 'access_hash' => long, 'version' => int, ];
```