1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 13:27:21 +01:00
MadelineProto/docs/API_docs/constructors/inputDocumentFileLocation.md

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, ];
```