Skip to content

Commit

Permalink
doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Aug 1, 2020
1 parent 58a3f81 commit e2b6c3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=群成员增加) |
Expand Down
11 changes: 11 additions & 0 deletions docs/cqhttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit e2b6c3d

Please sign in to comment.