ppagent 0.0.20 → 0.0.22

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/dist/lib.d.ts CHANGED
@@ -791,6 +791,10 @@ interface IMessageRule {
791
791
  * 用户使用的是userName过滤,因为nickName重名的几率很大
792
792
  */
793
793
  fromUserNames?: string[];
794
+ /**
795
+ * 用户昵称的过滤
796
+ */
797
+ fromNickNames?: string[];
794
798
  /**
795
799
  * 群消息时,fromUserName的限制是否生效,默认false,即群里所有人都响应
796
800
  */