feat: itchat support joingroup message

This commit is contained in:
lanvent
2023-04-18 02:21:41 +08:00
parent e8aae27ee9
commit 6404332adc
4 changed files with 51 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ class ContextType(Enum):
VOICE = 2 # 音频消息
IMAGE = 3 # 图片消息
IMAGE_CREATE = 10 # 创建图片命令
JOIN_GROUP = 20 # 加入群聊
def __str__(self):
return self.name