1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 20:57:48 +01:00
MadelineProto/old_docs/API_docs_v18/constructors/inputPhotoCrop.md

619 B

title description
inputPhotoCrop inputPhotoCrop attributes, type and example

Constructor: inputPhotoCrop

Back to constructors index

Attributes:

Name Type Required
crop_left double Required
crop_top double Required
crop_width double Required

Type: InputPhotoCrop

Example:

$inputPhotoCrop = ['_' => 'inputPhotoCrop', 'crop_left' => double, 'crop_top' => double, 'crop_width' => double, ];