{
"type": "to_user_message",
"data": {
"content": "Hello, this is a test message",
"target_id": 10003
}
}{
"type": "to_group_message",
"data": {
"content": "Hello, this is a test message",
"target_id": 1
}
}获取私聊信息#
{
"type": "get_private_history",
"data": {
"target_id": 10002
},
"param": {
"page_size": 20,
"page_num": 1
}
}获取群聊信息#
{
"type": "get_group_history",
"data": {
"target_id": 1
},
"param": {
"page_size": 20,
"page_num": 1
}
} 修改于 2025-05-22 13:46:11