补全消息事件的结构

This commit is contained in:
Kamisato-Ayaka-233 2024-02-20 08:19:41 +08:00
parent 51b7d381cb
commit fa7aa21362

View File

@ -11,11 +11,12 @@ icon: comment
## 消息事件
| 字段 | 类型 | 说明 |
| ------------ | ------ | -------------------------------------- |
| ------------ | ------ | ---------------------------------------- |
| message_type | string | 消息类型 |
| sub_type | string | 消息子类型 |
| message_id | int64 | 消息 ID |
| user_id | int64 | 发送者 QQ 号 |
| user_id | int64 | 发送者 QQ 号在频道中则为发送者的Tiny ID|
| tiny_id | int64 | 发送者的Tiny ID频道 |
| message | object | 消息内容 |
| raw_message | string | CQ 码格式消息 |
| font | int32 | 字体 |