OneBot v12撤回消息事件detail_type错误
Closed this issue · 0 comments
iori2333 commented
协议:OneBot-V12
连接方式:Websocket正向
现象:
在客户端收到撤回消息通知中detail_type为friend,而根据OneBot-v12协议,detail_type应为private_message_delete
{
"id": "...",
"impl": "onebots",
"version": 12,
"platform": "qq",
"self": {
"user_id": "xxx",
"platform": "qq",
"nickname": "xxx",
"user_displayname": "",
},
"self_id": 1919810,
"time": 1678650186,
"detail_type": "friend",
"type": "notice",
"sub_type": "recall",
"post_type": "notice",
"notice_type": "friend",
"user_id": "114514",
"friend": {},
"message_id": "xxxx",
"operator_id": 114514,
"seq": 22355,
"rand": 603984703,
}