mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-12 10:24:58 +08:00
Update context.py 新增ContextType "ACCEPT_FRIEND"
This commit is contained in:
@@ -12,6 +12,7 @@ class ContextType(Enum):
|
||||
SHARING = 6 # 分享信息
|
||||
|
||||
IMAGE_CREATE = 10 # 创建图片命令
|
||||
ACCEPT_FRIEND = 19 # 同意好友请求
|
||||
JOIN_GROUP = 20 # 加入群聊
|
||||
PATPAT = 21 # 拍了拍
|
||||
FUNCTION = 22 # 函数调用
|
||||
|
||||
Reference in New Issue
Block a user