MessageSearchParam
功能介绍
搜索消息参数
参数介绍
msg_search_param_keyword_array
- 参数类型 : List< string >
- 参数描述 : 只写(必填),搜索关键字列表,最多支持5个
msg_search_param_message_type_array
- 参数类型 : List< 'TIMElemType' >
- 参数描述 : 只写(选填), 指定搜索的消息类型集合,传入空数组,表示搜索支持的全部类型消息(FaceElem 和 GroupTipsElem 暂不支持)取值详见 TIMElemType
msg_search_param_conv_id
- 参数类型 : string
- 参数描述 : 只写(选填),会话 ID
msg_search_param_conv_type
- 参数类型 : TIMConvType?
- 参数描述 : 只写(选填), 会话类型,如果设置 kTIMConv_Invalid,代表搜索全部会话。否则,代表搜索指定会话。
msg_search_param_search_time_position
- 参数类型 : ulong?
- 参数描述 : 只写(选填), 搜索的起始时间点。默认为0即代表从现在开始搜索。UTC 时间戳,单位:秒
msg_search_param_search_time_period
- 参数类型 : ulong?
- 参数描述 : 只写(选填), 从起始时间点开始的过去时间范围,单位秒。默认为0即代表不限制时间范围,传24x60x60代表过去一天
msg_search_param_page_index
- 参数类型 : uint?
- 参数描述 : 只写(选填), 分页的页号:用于分页展示查找结果,从零开始起步。首次调用:通过参数 pageSize = 10, pageIndex = 0 调用 searchLocalMessage,从结果回调中的 totalCount 可以获知总共有多少条结果。
msg_search_param_page_size
- 参数类型 : uint?
- 参数描述 : 只写(选填), 每页结果数量:用于分页展示查找结果,如不希望分页可将其设置成 0,但如果结果太多,可能会带来性能问题。
msg_search_param_keyword_list_match_type
- 参数类型 : TIMKeywordListMatchType
- 参数描述 : 关键字进行 Or 或者 And 进行搜索
msg_search_param_send_indentifier_array
- 参数类型 : List< string >
- 参数描述 : 按照发送者的 userid 进行搜索