Set bot's LHS icon image
POST/bots/:bot_user_id/icon
Set a bot's LHS icon image based on bot_user_id string parameter. Icon image must be SVG format, all other formats are rejected.
Permissions
Must have manage_bots permission.
Minimum server version: 5.14
Request
Responses
- 200
- 400
- 401
- 403
- 413
- 500
- 501
SVG icon image set successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Content too large
Something went wrong with the server
Feature is disabled