8#ifndef NIM_SDK_DLL_API_NIM_ROBOT_H_
9#define NIM_SDK_DLL_API_NIM_ROBOT_H_
NIM_SDK_DLL_API char * nim_robot_query_all_robots_block(const char *json_extension)
NIM_SDK_DLL_API char * nim_robot_query_robot_by_accid_block(const char *accid, const char *json_extension)
NIM_SDK_DLL_API void nim_robot_get_robots_async(int64_t timetag, const char *json_extension, nim_robot_query_cb_func cb, const void *user_data)
NIM_SDK_DLL_API void nim_robot_reg_changed_callback(const char *json_extension, nim_robot_change_cb_func cb, const void *user_data)
void(* nim_robot_change_cb_func)(int rescode, NIMRobotInfoChangeType type, const char *result, const char *json_extension, const void *user_data)
Definition: nim_robot_def.h:52
void(* nim_robot_query_cb_func)(int rescode, const char *result, const char *json_extension, const void *user_data)
Definition: nim_robot_def.h:62
NIM SDK 及 NIM ChatRoom SDK 公用头文件