NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQChatChannelSearchPageParam结构体 参考

#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
 查询游标, 查询的起始位置
 

类成员变量说明

◆ cb

nim_qchat_channel_search_page_cb_func NIMQChatChannelSearchPageParam::cb

搜索异步回调

◆ cursor

char* NIMQChatChannelSearchPageParam::cursor

查询游标, 查询的起始位置

◆ end_time

uint64_t NIMQChatChannelSearchPageParam::end_time

结束时间

◆ keyword

char* NIMQChatChannelSearchPageParam::keyword

搜索内容

◆ limit

uint32_t NIMQChatChannelSearchPageParam::limit

查询条数

◆ order

NIMQChatSearchOrder NIMQChatChannelSearchPageParam::order

排序顺序

◆ server_id

uint64_t NIMQChatChannelSearchPageParam::server_id

服务器 id, 若为空则表示在所有服务器下可见频道中搜索

◆ sort

NIMQChatChannelSearchSort NIMQChatChannelSearchPageParam::sort

排序规则

◆ start_time

uint64_t NIMQChatChannelSearchPageParam::start_time

起始时间

◆ user_data

void* NIMQChatChannelSearchPageParam::user_data

自定义用户数据


该结构体的文档由以下文件生成: