MadelineProto/old_docs/API_docs_v33/constructors/inputPhotoCrop.md
2017-07-23 16:11:02 +02:00

893 B

title description
inputPhotoCrop inputPhotoCrop attributes, type and example

Constructor: inputPhotoCrop

Back to constructors index

Attributes:

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

Type: InputPhotoCrop

Example:

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

PWRTelegram json-encoded version:

{"_":"inputPhotoCrop","crop_left":"double","crop_top":"double","crop_width":"double"}

Or, if you're into Lua:

inputPhotoCrop={_='inputPhotoCrop', crop_left=double, crop_top=double, crop_width=double, }