@rongcloud/imlib-next 5.6.1-beem-alpha.4 → 5.6.1-beem

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1677,9 +1677,10 @@ declare function getMessageReader(targetId: string, messageUId: string, channelI
1677
1677
  * @param messageType 消息类型
1678
1678
  * @param isPersited 是否存储
1679
1679
  * @param isCounted 是否计数
1680
- * @param prototypes 消息属性名称
1680
+ * @param searchProps 可搜索的属性
1681
+ * @param isStatusMessage 是否状态消息
1681
1682
  */
1682
- declare function registerMessageType<T>(messageType: string, isPersited: boolean, isCounted: boolean, prototypes?: string[], isStatusMessage?: boolean): new (content: T) => BaseMessage<T>;
1683
+ declare function registerMessageType<T>(messageType: string, isPersited: boolean, isCounted: boolean, searchProps?: string[], isStatusMessage?: boolean): new (content: T) => BaseMessage<T>;
1683
1684
  /**
1684
1685
  * 获取第一条未读消息
1685
1686
  * @category 消息