![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_message_def.h>
Public 属性 | |
nim_qchat_write_text_cache_cb_func | cb |
写入文本缓存异步回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器ID | |
uint64_t | channel_id |
频道ID | |
char * | value |
缓存的内容 | |
nim_qchat_write_text_cache_cb_func NIMQChatInsertOrReplaceTextCacheParam::cb |
写入文本缓存异步回调
uint64_t NIMQChatInsertOrReplaceTextCacheParam::channel_id |
频道ID
uint64_t NIMQChatInsertOrReplaceTextCacheParam::server_id |
服务器ID
void* NIMQChatInsertOrReplaceTextCacheParam::user_data |
自定义用户数据
char* NIMQChatInsertOrReplaceTextCacheParam::value |
缓存的内容