Update __init__.py

pull/65/head
foxplaying 2025-10-13 22:06:18 +08:00 committed by GitHub
parent c7d7052600
commit 6076a5ce02
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: