send_tuwen_ark

send_tuwen_ark写操作扩展
发送图文 Ark 卡片(私聊/群聊)

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

Parameters

Param Type Required Default Description
user_id uint
group_id uint
title string
desc string
summary string "[分享]"
preview_url string "https://tangram-1251316161.file.myqcloud.com/files/20210721/e50a8e37e08f29bf1ffc7466e1950690.png"
jump_url string

Returns (data)

null

data is null.

Raw JSON Schema
{
  "type": "null"
}

Examples

curl
Python
JavaScript
Go
SnowLuma SDK
curl -X POST http://127.0.0.1:3000/send_tuwen_ark \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"user_id":10001,"group_id":123456,"title":"","desc":"","summary":"[分享]","preview_url":"https://tangram-1251316161.file.myqcloud.com/files/20210721/e50a8e37e08f29bf1ffc7466e1950690.png","jump_url":""}'
Using an AI assistant?

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