cluic / wxauto

Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息,简单微信机器人
MIT License
2.88k stars 465 forks source link

“撤回消息”的type显示成sys了 #259

Open hubNew1 opened 2 months ago

hubNew1 commented 2 months ago

while True : msgs = wx.GetListenMessage() for chat in msgs : one_msgs = msgs.get(chat) for msg in one_msgs : print(msg.type)

2341d558aafdd9b5620f392ac478537