diff --git a/README.md b/README.md index 648b0ec..f28bb08 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ | ------------------------------------------------------------ | | [私聊信息](https://cqhttp.cc/docs/4.15/#/Post?id=私聊消息) | | [群消息](https://cqhttp.cc/docs/4.15/#/Post?id=群消息) | -| [群消息撤回(拓展Event)](docs/cqhttp.md#群消息撤回) | +| [群消息撤回(拓展Event)](docs/cqhttp.md#群消息撤回) | +| [好友消息撤回(拓展Event)](docs/cqhttp.md#好友消息撤回) | | [群管理员变动](https://cqhttp.cc/docs/4.15/#/Post?id=群管理员变动) | | [群成员减少](https://cqhttp.cc/docs/4.15/#/Post?id=群成员减少) | | [群成员增加](https://cqhttp.cc/docs/4.15/#/Post?id=群成员增加) | diff --git a/docs/cqhttp.md b/docs/cqhttp.md index 96a2b61..8cddcc7 100644 --- a/docs/cqhttp.md +++ b/docs/cqhttp.md @@ -247,3 +247,14 @@ Type: `node` | `operator_id` | int64 | | 操作者id | | `message_id` | int64 | | 被撤回的消息id | +#### 好友消息撤回 + +**上报数据** + +| 字段 | 类型 | 可能的值 | 说明 | +| ------------- | ------ | -------------- | -------------- | +| `post_type` | string | `notice` | 上报类型 | +| `notice_type` | string | `friend_recall`| 消息类型 | +| `user_id` | int64 | | 好友id | +| `message_id` | int64 | | 被撤回的消息id | +