增加新的接收信息装饰器, 并支持自定义函数接受信息类型, 增加防撤回

This commit is contained in:
Mr.yang
2023-10-08 22:41:25 +08:00
parent f321ed6d85
commit 15a6264f0d
6 changed files with 12 additions and 8 deletions
+2
View File
@@ -40,6 +40,8 @@ class WxMsgV2(WxMsg):
"""
def __init__(self, msg: WxMsg) -> None:
self._is_group = msg._is_group
self._is_self = msg._is_self
self._type = msg.type
self._id = msg.id
self._ts = msg.ts