Merge Pull Request #936 into wechatcom-app

This commit is contained in:
lanvent
2023-04-24 22:37:32 +08:00
11 changed files with 356 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ from lib import itchat
from lib.itchat.content import *
class WeChatMessage(ChatMessage):
class WechatMessage(ChatMessage):
def __init__(self, itchat_msg, is_group=False):
super().__init__(itchat_msg)
self.msg_id = itchat_msg["MsgId"]