{
"group_id": 0,
"message": [
{
"type": "music",
"data": {
"type": "custom",
"url": "string",
"audio": "string",
"title": "string",
"image": "string"
}
}
]
}
curl --location --request POST '/send_group_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"message": [
{
"type": "music",
"data": {
"type": "custom",
"url": "string",
"audio": "string",
"title": "string",
"image": "string"
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 0
},
"message": "string",
"wording": "string",
"echo": "string"
}