fix: get_group_member_list, send_private_msg, send_group_msg.

feat: auto identify qq to read config
This commit is contained in:
linyuchen
2023-12-02 11:58:50 +08:00
parent a802e95d89
commit 0c131ff555
9 changed files with 49 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
# LLOneBot API
将NTQQLiteLoaderAPI封装成OneBot11/12标准的API
将NTQQLiteLoaderAPI封装成OneBot11/12标准的API, V12没有完整测试
## 安装方法
@@ -38,4 +38,15 @@
- [ ] 转发消息记录
- [ ] xml
支持的api:
- [x] get_login_info
- [x] send_msg
- [x] send_group_msg
- [x] send_private_msg
- [x] delete_msg
- [x] get_group_list
- [x] get_group_member_list
- [x] get_group_member_info
- [x] get_friend_list
**自己发送成功的消息也会上报可以用于获取需要撤回消息的id**