mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
20 lines
310 B
Markdown
20 lines
310 B
Markdown
|
---
|
||
|
title: inputPhotoCropAuto
|
||
|
description: inputPhotoCropAuto attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputPhotoCropAuto
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPhotoCrop](../types/InputPhotoCrop.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPhotoCropAuto = ['_' => 'inputPhotoCropAuto', ];
|
||
|
```
|