{
"group_id": 0,
"bot_appid": "string",
"button_id": "string",
"callback_data": "string",
"msg_seq": "string"
}
curl --location --request POST '/click_inline_keyboard_button' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"bot_appid": "string",
"button_id": "string",
"callback_data": "string",
"msg_seq": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string",
"status": 0,
"promptText": "string",
"promptType": 0,
"promptIcon": 0
},
"message": "string",
"wording": "string",
"echo": "string"
}