send_group_ark_share

send_group_ark_share只读扩展
分享群 Ark 卡片(NapCat 标准名)

Call via POST http://127.0.0.1:3000/send_group_ark_share (JSON params as the body) or WebSocket.

Parameters

Param Type Required Default Description
group_id uint

Returns (data)

服务端生成的群推荐 Ark 卡片 JSON 字符串。

data is string.

Raw JSON Schema
{
  "type": "string",
  "description": "群 Ark 卡片 JSON 字符串"
}

Examples

curl
Python
JavaScript
Go
SnowLuma SDK
curl -X POST http://127.0.0.1:3000/send_group_ark_share \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"group_id":123456}'
Using an AI assistant?

MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.