支持删除本地消息

This commit is contained in:
白池 2023-11-06 00:17:59 +08:00 committed by GitHub
parent 220d20f1dc
commit e0de11127e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,3 +138,23 @@ icon: comment
### 响应 ### 响应
该接口将返回处理结果,其中 `data` 字段无数据。。 该接口将返回处理结果,其中 `data` 字段无数据。。
## 清除本地缓存消息
该接口用于撤回消息。
### API 端点
`/clear_msgs`
### 参数
| 字段 | 类型 | 必须 | 说明 |
| ---------- | ----- | ---- | ------- |
| message_type | string | 是 | 消息 类型 |
| user_id | int64 | 否 | 私聊QQ |
| group_id | int64 | 否 | 群号 |
### 响应
该接口将返回处理结果,其中 `data` 字段无数据。。