Update context.py 新增ContextType "ACCEPT_FRIEND"

This commit is contained in:
befantasy
2023-09-28 16:11:09 +08:00
committed by GitHub
parent 9736f121eb
commit a0ae2d13dc

View File

@@ -12,6 +12,7 @@ class ContextType(Enum):
SHARING = 6 # 分享信息
IMAGE_CREATE = 10 # 创建图片命令
ACCEPT_FRIEND = 19 # 同意好友请求
JOIN_GROUP = 20 # 加入群聊
PATPAT = 21 # 拍了拍
FUNCTION = 22 # 函数调用