MadelineProtoDocs/docs/API_docs/constructors/inputTakeoutFileLocation.md

25 lines
869 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```