Call via POST http://127.0.0.1:3000/get_group_admin_settings (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 |
与对应设置接口字段对齐的当前群管理设置。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
add_type |
integer | ✓ | 加群选项(同 set_group_add_option.add_type) |
group_question |
string | ✓ | 加群问题(同 set_group_add_option.group_question) |
group_answer |
string | ✓ | 加群答案(同 set_group_add_option.group_answer) |
robot_member_switch |
integer | ✓ | 机器人加群开关(同 set_group_robot_add_option) |
robot_member_examine |
integer | ✓ | 机器人加群审核(同 set_group_robot_add_option) |
member_invite_policy |
string (disabled / require_approval / no_approval / no_approval_under_100) | ✓ | 成员邀请策略(同 set_group_member_invite_policy.policy) |
allow_member_upload_album |
boolean | ✓ | 是否允许成员上传相册 |
allow_member_temporary_session |
boolean | ✓ | 是否允许成员发起临时会话 |
allow_member_create_group |
boolean | ✓ | 是否允许成员创建群聊 |
new_member_history_visible |
boolean | ✓ | 新成员是否可查看历史消息 |
no_finger_open |
integer | ✓ | 是否关闭群指纹/关键词搜索(0 开 1 关) |
no_code_finger_open |
integer | ✓ | 是否关闭群号搜索(0 开 1 关) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.