Update __init__.py

pull/67/head
foxplaying 2025-10-28 23:03:54 +08:00 committed by GitHub
parent 0d7733734c
commit c5d3f07824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ class RealMessageType: # 实际消息分类
reply = "reply" # 回复消息
forward = "forward" # 转发消息
node = "node" # 转发消息节点
json = "json" # 转发json
file = "file" # 转发文件信息
class MessageSentType: