MadelineProtoDocs/old_docs/API_docs_v40/constructors/inputPhotoCropAuto.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
556 B
Markdown

---
title: inputPhotoCropAuto
description: Photo crop auto
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPhotoCropAuto
[Back to constructors index](index.md)
Photo crop auto
### Type: [InputPhotoCrop](../types/InputPhotoCrop.md)
### Example:
```php
$inputPhotoCropAuto = ['_' => 'inputPhotoCropAuto'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPhotoCropAuto"}
```
Or, if you're into Lua:
```lua
inputPhotoCropAuto={_='inputPhotoCropAuto'}
```