![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_search_page_cb_func | cb |
搜索异步回调 | |
void * | user_data |
自定义用户数据 | |
uint64_t | server_id |
服务器 id, 若为空则表示在所有服务器下可见频道中搜索 | |
char * | keyword |
搜索内容 | |
uint64_t | start_time |
起始时间 | |
uint64_t | end_time |
结束时间 | |
NIMQChatSearchOrder | order |
排序顺序 | |
NIMQChatChannelSearchSort | sort |
排序规则 | |
uint32_t | limit |
查询条数 | |
char * | cursor |
查询游标, 查询的起始位置 | |
nim_qchat_channel_search_page_cb_func NIMQChatChannelSearchPageParam::cb |
搜索异步回调
char* NIMQChatChannelSearchPageParam::cursor |
查询游标, 查询的起始位置
uint64_t NIMQChatChannelSearchPageParam::end_time |
结束时间
char* NIMQChatChannelSearchPageParam::keyword |
搜索内容
uint32_t NIMQChatChannelSearchPageParam::limit |
查询条数
NIMQChatSearchOrder NIMQChatChannelSearchPageParam::order |
排序顺序
uint64_t NIMQChatChannelSearchPageParam::server_id |
服务器 id, 若为空则表示在所有服务器下可见频道中搜索
NIMQChatChannelSearchSort NIMQChatChannelSearchPageParam::sort |
排序规则
uint64_t NIMQChatChannelSearchPageParam::start_time |
起始时间
void* NIMQChatChannelSearchPageParam::user_data |
自定义用户数据