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