Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

ConfigurableKey: "nickname" | "avatarurl" | "mail" | "phone" | "gender" | "sign" | "birth" | "ext"

可设置字段。

MessageSearchKeywordListMatchType: "or" | "and"

~chinese 服务端消息搜索的多关键词匹配关系。 or 表示命中任意关键词即可,and 表示必须命中全部关键词。

MessageSearchScope: "none" | "with" | "only"

~chinese 服务端消息搜索范围。 none 仅搜索消息体,with 同时搜索消息体和扩展字段, only 仅搜索扩展字段。

ServerSearchMessage: ExcludeAckMessageBody & { conversationId?: string; highlight?: string[]; text?: string }

~chinese 由单条服务端搜索命中结果映射得到的 WebSDK 消息对象。

VoiceSourceFile: File | MiniProgramVoiceFile

Generated using TypeDoc