1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

doc: delete_unidirectional_friend

This commit is contained in:
Mrs4s 2021-09-16 18:27:42 +08:00
parent 75fe0294ac
commit f386a9b94e
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -1118,6 +1118,18 @@ JSON数组:
> 添加途径为用户显示内容, 如 `精确查找` `QQ群 - xxxx` > 添加途径为用户显示内容, 如 `精确查找` `QQ群 - xxxx`
### 删除单向好友
终结点: `/delete_unidirectional_friend`
**参数**
| 字段名 | 数据类型 | 默认值 | 说明 |
| ---------- | -------- | ------ | -------- |
| `user_id` | int64 | | 好友ID |
`该 API 没有响应数据`
### 删除好友 ### 删除好友
终结点: `/delete_friend` 终结点: `/delete_friend`
@ -1126,7 +1138,7 @@ JSON数组:
| 字段名 | 数据类型 | 默认值 | 说明 | | 字段名 | 数据类型 | 默认值 | 说明 |
| ---------- | -------- | ------ | -------- | | ---------- | -------- | ------ | -------- |
| `id` | int64 | | 好友ID | | `user_id` | int64 | | 好友ID |
`该 API 没有响应数据` `该 API 没有响应数据`