Options
All
  • Public
  • Public/Protected
  • All
Menu

~chinese 用于配置服务端消息搜索请求的参数集合。

Hierarchy

  • MessageSearchOption

Index

Properties

conversationId?: string

会话内搜索时的会话 ID。

conversationType?: ChatType

会话类型过滤。需要与 conversationId 配合使用。

endTime?: number

查询结束时间戳,单位为毫秒。

keywordList: string[]

搜索关键词列表。

keywordListMatchType?: MessageSearchKeywordListMatchType

多关键词匹配关系,可选值为 orand。默认值为 or

msgTypes?: MessageType[]

消息体类型过滤。

searchScope?: MessageSearchScope

搜索范围。

startTime?: number

查询开始时间戳,单位为毫秒。

Generated using TypeDoc