mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 02:07:42 +01:00
27 lines
615 B
Markdown
27 lines
615 B
Markdown
|
---
|
||
|
title: inputPhotoCrop
|
||
|
description: inputPhotoCrop attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputPhotoCrop
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|crop\_left|[double](../types/double.md) | Required|
|
||
|
|crop\_top|[double](../types/double.md) | Required|
|
||
|
|crop\_width|[double](../types/double.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPhotoCrop](../types/InputPhotoCrop.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPhotoCrop = ['_' => 'inputPhotoCrop', 'crop_left' => double, 'crop_top' => double, 'crop_width' => double, ];
|
||
|
```
|