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