1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/inputPhotoCropAuto.md

496 B

title description
inputPhotoCropAuto inputPhotoCropAuto attributes, type and example

Constructor: inputPhotoCropAuto

Back to constructors index

Attributes:

Name Type Required

Type: InputPhotoCrop

Example:

$inputPhotoCropAuto = ['_' => 'inputPhotoCropAuto', ];

Or, if you're into Lua:

inputPhotoCropAuto={_='inputPhotoCropAuto', }