forked from FloatTech/ZeroBot-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
热词提示ERROR: 历史消息为空或者无法获得历史消息 #1
Comments
定位到问题在zerobot/api.go中, L549 // GettLatestGroupMessageHistory 获取最新群消息历史记录
func (ctx *Ctx) GetLatestGroupMessageHistory(groupID int64) gjson.Result {
return ctx.CallAction("get_group_msg_history", Params{
"group_id": groupID,
}).Data
} 拉格兰文档中写明该api需要以下参数
测试时发送示例如下
{
"action": "get_group_msg_history",
"params": {
"group_id": 820309545,
"count": 100,
"message_id": 562894955
}
} 拉格兰返回如下
似乎此api仍有bug? 等待进一步测试 |
更改参数 需要等待拉格兰那边回复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: