mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
25 lines
869 B
Markdown
25 lines
869 B
Markdown
|
---
|
||
|
title: "inputTakeoutFileLocation"
|
||
|
description: "Used to download a JSON file that will contain all personal data related to features that do not have a specialized takeout method yet, see here » for more info on the takeout API."
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputTakeoutFileLocation
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Used to download a JSON file that will contain all personal data related to features that do not have a specialized [takeout method](https://core.telegram.org/api/takeout) yet, see [here »](https://core.telegram.org/api/takeout) for more info on the takeout API.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputFileLocation](/API_docs/types/InputFileLocation.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputTakeoutFileLocation = ['_' => 'inputTakeoutFileLocation'];
|
||
|
```
|