{
"command": "/help",
"aliases": "madat",
"answer": "Hello, how can i help you",
"group": "admins",
"help": "This command is for help",
"keyboard_body": "Direct Contact",
"commands_folder_id": 123,
"auto_retry_time": "2025-10-26T09:36:59.735Z",
"bjs_code": "Bot.sendMessage('How can i help you')",
"need_reply": false
}curl --location --request PUT 'https://appapi.bots.business/v2/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": "admins",
"help": "This command is for help",
"keyboard_body": "Direct Contact",
"commands_folder_id": 123,
"auto_retry_time": "2025-10-26T09:36:59.735Z",
"bjs_code": "Bot.sendMessage('\''How can i help you'\'')",
"need_reply": false
}'{
"id": 69776371,
"command": "/start",
"bot_id": 2792064,
"help": "Start the bot using this command",
"created_at": "2025-10-26T09:36:59.735Z",
"updated_at": "2025-10-26T09:36:59.735Z",
"answer": "Welcome",
"last_csv_import_at": "2025-10-26T09:36:59.735Z",
"created_via_csv_import": false,
"keyboard_body": "Contact Us, help",
"need_reply": false,
"auto_retry_time": 100,
"last_auto_retry_at": "2025-10-26T09:36:59.735Z",
"commands_folder_id": 7660462,
"aliases": [
{
"id": 20802424,
"command": "shuru",
"bot_command_id": 69776371,
"created_at": "2025-10-26T09:39:07.811Z",
"updated_at": "2025-10-26T09:39:07.811Z"
},
{
"id": 20802425,
"command": "arambh",
"bot_command_id": 69776371,
"created_at": "2025-10-26T09:39:07.841Z",
"updated_at": "2025-10-26T09:39:07.841Z"
}
],
"commands_folder": {
"id": 7660462,
"title": "Normal",
"bot_id": 2792064,
"created_at": "2025-10-26T09:35:56.927Z",
"updated_at": "2025-10-26T09:35:56.927Z"
},
"code": "Bot.sendMessage(\"thank you for coming into this bot\");"
}