Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
go-cqhttp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
go-cqhttp
Commits
cc723324
Commit
cc723324
authored
Oct 25, 2020
by
Mrs4s
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc.
parent
84b4889d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
docs/cqhttp.md
docs/cqhttp.md
+39
-0
No files found.
docs/cqhttp.md
View file @
cc723324
...
@@ -500,6 +500,45 @@ Type: `tts`
...
@@ -500,6 +500,45 @@ Type: `tts`
|
`coordinates`
| vector2 | 坐标 |
|
`coordinates`
| vector2 | 坐标 |
### 获取群系统消息
终结点:
`/get_group_system_msg`
**响应数据**
| 字段 | 类型 | 说明 |
| ---------- | ----------------- | -------- |
|
`invited_requests`
| InvitedRequest[] | 邀请消息列表 |
|
`join_requests`
| JoinRequest[] | 进群消息列表 |
> 注意: 如果列表不存在任何消息, 将返回 `null`
**InvitedRequest**
| 字段 | 类型 | 说明 |
| ---------- | ----------------- | -------- |
|
`request_id`
| int64 | 请求ID |
|
`invitor_uin`
| int64 | 邀请者 |
|
`invitor_nick`
| string | 邀请者昵称 |
|
`group_id`
| int64 | 群号 |
|
`group_name`
| string | 群名 |
|
`checked`
| bool | 是否已被处理|
|
`actor`
| int64 | 处理者, 未处理为0 |
**JoinRequest**
| 字段 | 类型 | 说明 |
| ---------- | ----------------- | -------- |
|
`request_id`
| int64 | 请求ID |
|
`requester_uin`
| int64 | 请求者ID |
|
`requester_nick`
| string | 请求者昵称 |
|
`message`
| string | 验证消息 |
|
`group_id`
| int64 | 群号 |
|
`group_name`
| string | 群名 |
|
`checked`
| bool | 是否已被处理|
|
`actor`
| int64 | 处理者, 未处理为0 |
## 事件
## 事件
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment