{
"command": "/help",
"aliases": "madat",
"answer": "Hello, how can i help you",
"group": "string",
"help": "string",
"keyboard_body": "Direct Contact",
"commands_folder_id": 12,
"auto_retry_time": 10,
"bjs_code": "Bot.sendMessage(\"Hello\")",
"need_reply": false
}curl --location --request PUT '/bots/12/commands/123?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "/help",
"aliases": "madat",
"answer": "Hello, how can i help you",
"group": "string",
"help": "string",
"keyboard_body": "Direct Contact",
"commands_folder_id": 12,
"auto_retry_time": 10,
"bjs_code": "Bot.sendMessage(\"Hello\")",
"need_reply": false
}'{
"id": 69776996,
"command": "/help",
"bot_id": 2792064,
"help": "string",
"created_at": "2025-10-26T09:59:47.739Z",
"updated_at": "2025-10-26T09:59:47.739Z",
"answer": "Hello, how can i help you",
"last_csv_import_at": "string",
"created_via_csv_import": false,
"keyboard_body": "Direct Contact",
"need_reply": false,
"auto_retry_time": "string",
"last_auto_retry_at": "string",
"commands_folder_id": null,
"aliases": [
{
"id": 20802488,
"command": "madat",
"bot_command_id": 69776996,
"created_at": "2025-10-26T10:09:11.745Z",
"updated_at": "2025-10-26T10:09:11.745Z"
}
],
"code": "Bot.sendMessage(\"Hello\")"
}