39 lines
622 B
Markdown
39 lines
622 B
Markdown
|
---
|
||
|
title: inputTakeoutFileLocation
|
||
|
description: inputTakeoutFileLocation attributes, type and example
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputTakeoutFileLocation
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputFileLocation](../types/InputFileLocation.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputTakeoutFileLocation = ['_' => 'inputTakeoutFileLocation'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "inputTakeoutFileLocation"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputTakeoutFileLocation={_='inputTakeoutFileLocation'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|