Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
set_group_comment_face
Browse files Browse the repository at this point in the history
  • Loading branch information
whitechi73 authored Jan 28, 2024
1 parent cf914f7 commit c488d82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/api/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,23 @@ data 的响应内容为 json 数组,每个元素内容如下:

:::

## 设置消息底部评论小表情

貌似是从别的地方抄的奇怪功能,目前版本(9.0.15)只在部分群聊进行灰度测试!

### API 端点

`/set_group_comment_face`

### 参数

| 字段 | 类型 | 必须 | 说明 |
| -------- | ----- | ---- | ----- |
| group_id | int64 || 群号 |
| msg_id | int32 || 消息ID |
| face_id | int32 || 表情ID |
| is_set | bool || 是否设置或取消评论 |

### 响应

该接口将返回处理结果,其中 `data` 字段无数据。。

0 comments on commit c488d82

Please sign in to comment.