1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

doc: get_unidirectional_friend_list.

This commit is contained in:
Mrs4s 2021-09-16 17:37:43 +08:00
parent b8bf3f9711
commit 757661bcf7
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -1102,6 +1102,22 @@ JSON数组:
`该 API 没有响应数据` `该 API 没有响应数据`
### 获取单向好友列表
终结点: `/get_unidirectional_friend_list`
**响应数据**
数组信息:
| 字段 | 类型 | 说明 |
| ------------- | ------ | -------- |
| `nickname` | string | 昵称 |
| `user_id` | int64 | 用户QQ号 |
| `source` | string | 添加途径 |
> 添加途径为用户显示内容, 如 `精确查找` `QQ群 - xxxx`
### 删除好友 ### 删除好友
终结点: `/delete_friend` 终结点: `/delete_friend`