7#ifndef NIM_SDK_DLL_EXPORT_HEADERS_ROBOT_DEF_H_
8#define NIM_SDK_DLL_EXPORT_HEADERS_ROBOT_DEF_H_
62typedef void (*
nim_robot_query_cb_func)(
int rescode,
const char* result,
const char* json_extension,
const void* user_data);
static const char * kNIMRobotInfoKeyAccid
string 帐号
Definition nim_robot_def.h:20
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
static const char * kNIMRobotInfoKeyRobotId
string 机器人ID
Definition nim_robot_def.h:28
static const char * kNIMRobotInfoKeyIcon
string 头像
Definition nim_robot_def.h:24
static const char * kNIMRobotInfoKeyIntro
string 介绍
Definition nim_robot_def.h:26
static const char * kNIMRobotInfoKeyName
string 名字
Definition nim_robot_def.h:22
static const char * kNIMRobotInfoKeyCreateTime
long 创建时间戳 毫秒
Definition nim_robot_def.h:30
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
static const char * kNIMRobotInfoKeyUpdateTime
long 更新时间戳 毫秒
Definition nim_robot_def.h:32
NIMRobotInfoChangeType
Definition nim_robot_def.h:36
@ kNIMRobotInfoChangeTypeAll
全量更新
Definition nim_robot_def.h:38