NIM PC Cross Platform SDK
nim_qchat::QChatChannelSearchPageParam Struct Reference

Public Member Functions

 QChatChannelSearchPageParam (const NIMQChatChannelSearchPageParam &c_param)
 
const NIMQChatChannelSearchPageParam ToCParam () const
 

Public Attributes

ChannelSearchPageCallback cb {nullptr}
 回调函数
 
uint64_t server_id {0}
 服务器 id, 若为空则表示在所有服务器下可见频道中搜索
 
std::string keyword {""}
 搜索内容
 
uint64_t start_time {0}
 起始时间
 
uint64_t end_time {0}
 结束时间
 
NIMQChatSearchOrder order {kNIMQChatSearchOrderAsc}
 排序规则
 
NIMQChatChannelSearchSort sort {kNIMQChatChannelSearchSortCreateTime}
 排序规则
 
uint32_t limit {100}
 查询条数
 
std::string cursor {""}
 查询游标, 查询的起始位置
 

The documentation for this struct was generated from the following file: