Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NapNeko/NapCatDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Oct 25, 2024
2 parents 1a85573 + 7e15175 commit 0ef6034
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/develop/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https:

| Api | 介绍 | 可用 | 备注 |
| ------------------------------ | -------------------- | :---: | ------- |
| `set_group_sign` | 群签到 || |
| `ArkSharePeer` | 推荐联系人/群聊 || |
| `ArkShareGroup` | 推荐群聊 || |
| `get_robot_uin_range` | 获取机器人QQ号区间 || |
Expand Down
27 changes: 26 additions & 1 deletion src/develop/api/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,32 @@

| 字段名 | 数据类型 | 默认值 | 说明 |
| ---------------- | -------- | ------ | ----------- |
| `group_id` | string | - | 群号 |
| `group_id` | string | - | 群号 |

### 响应数据


## group_poke - 群聊戳一戳

### 参数

| 字段名 | 数据类型 | 默认值 | 说明 |
| ---------------- | -------- | ------ | ----------- |
| `group_id` | number | - | 群号 |
| `user_id` | number | - | 对方 QQ 号 |

### 响应数据


## friend_poke - 私聊戳一戳

### 参数

| 字段名 | 数据类型 | 默认值 | 说明 |
| ---------------- | -------- | ------ | ----------- |
| `user_id` | number | - | 对方 QQ 号 |

### 响应数据

Expand Down

0 comments on commit 0ef6034

Please sign in to comment.