mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
496 B
496 B
title | description |
---|---|
inputPhotoCropAuto | inputPhotoCropAuto attributes, type and example |
Constructor: inputPhotoCropAuto
Attributes:
Name | Type | Required |
---|
Type: InputPhotoCrop
Example:
$inputPhotoCropAuto = ['_' => 'inputPhotoCropAuto', ];
Or, if you're into Lua:
inputPhotoCropAuto={_='inputPhotoCropAuto', }