NIM PC Cross Platform SDK
|
Public Member Functions | |
QChatServerSearchPageParam (const NIMQChatServerSearchPageParam &c_param) | |
const NIMQChatServerSearchPageParam | ToCParam () const |
Public Attributes | |
ServerSearchPageCallback | cb {nullptr} |
回调函数 | |
std::string | keyword {""} |
搜索内容 | |
uint64_t | start_time {0} |
起始时间 | |
uint64_t | end_time {0} |
结束时间 | |
NIMQChatSearchOrder | order {kNIMQChatSearchOrderAsc} |
排序规则 | |
NIMQChatServerSearchSort | sort {kNIMQChatServerSearchSortCreateTime} |
排序规则 | |
std::vector< uint32_t > | server_types |
搜索的服务器类型, 为空表示搜索所有类型 | |
NIMQChatServerSearchType | search_type {kNIMQChatServerSearchTypeSquare} |
搜索类型 | |
uint32_t | limit {100} |
查询条数 | |
std::string | cursor {""} |
查询游标, 查询的起始位置 | |