Skip to content

Commit

Permalink
docs: api /get_group_ignore_add_request
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuchen committed Mar 17, 2024
1 parent b57344b commit a85e537
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/zh-CN/develop/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,26 @@ http事件上报,不支持快捷回复等快捷操作
"file": "file://D:/1.jpg" // 支持http://, base64://
}
```
:::
:::

::: details 获取已过滤的加群通知

`/get_group_ignore_add_request`

return

```json5
{
"status": "ok",
"retcode": 0,
"data": [
{
"group_id": 123122,
"user_id": 123123,
"flag": "1710117534729787"
}
],
"message": "",
"wording": "",
}
```

0 comments on commit a85e537

Please sign in to comment.