{
"group_id": 1012451981
}
curl --location --request POST '/get_essence_msg_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 1012451981
}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"msg_seq": 0,
"msg_random": 0,
"sender_id": 0,
"sender_nick": "string",
"operator_id": 0,
"operator_nick": "string",
"message_id": 0,
"operator_time": 0,
"content": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}
],
"message": "string",
"wording": "string",
"echo": "string"
}