mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
31 lines
783 B
Markdown
31 lines
783 B
Markdown
---
|
|
title: "fileLocation"
|
|
description: "fileLocation attributes, type and example"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: fileLocation\_23
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|---------------|----------|
|
|
|dc\_id|[int](/API_docs/types/int.html) | Yes|
|
|
|volume\_id|[long](/API_docs/types/long.html) | Yes|
|
|
|local\_id|[int](/API_docs/types/int.html) | Yes|
|
|
|secret|[long](/API_docs/types/long.html) | Yes|
|
|
|
|
|
|
|
|
### Type: [FileLocation](/API_docs/types/FileLocation.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$fileLocation_23 = ['_' => 'fileLocation', 'dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long];
|
|
```
|