Slack
SLACKBOT_SET_USER_PROFILE_PHOTO_WITH_CROPPING_OPTIONS
DEPRECATED: This method allows the user to set their profile image. Use `set_profile_photo` instead.
Remote slackbot
Other tools also called SLACKBOT_SET_USER_PROFILE_PHOTO_WITH_CROPPING_OPTIONS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"image": {
"type": "string",
"title": "Image",
"description": "File contents via a POST var called image."
},
"crop_w": {
"type": "integer",
"title": "Crop W",
"default": null,
"nullable": true,
"description": "Width/height of crop box (always square)"
},
"crop_x": {
"type": "integer",
"title": "Crop X",
"default": null,
"nullable": true,
"description": "X coordinate of top-left corner of crop box"
},
"crop_y": {
"type": "integer",
"title": "Crop Y",
"default": null,
"nullable": true,
"description": "Y coordinate of top-left corner of crop box"
}
}
}