We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_message
添加消息动作 get_message 接受 message_id: String 参数,若存在返回对应的 MessageEvent
缺少该动作将无法根据 MessageSegment 中的 reply 回复中的 message_id 获得对应 MessageEvent
请求参数:
响应数据:同 MessageEvent
无
The text was updated successfully, but these errors were encountered:
添加 get_message 动作
10da24c
botuniverse#166
感觉是不是只返回 message 字段比较好,event 里面感觉有很多无关的东西
message
Sorry, something went wrong.
PR #167 里面有点问题,响应数据感觉应该类似这样:
{ "status": "ok", "retcode": 0, "data": { "message": [...], "alt_message": "我是大笨蛋" }, "message": "" }
另外,除了 message 和 alt_message 之外还有必要的字段吗?
alt_message
感觉还是有点想不清楚这接口应该返回什么,怎么都不太优雅,要不 ob12 还是先不加入标准,issue 还是先开着,之后看看能不能有新的设计
No branches or pull requests
摘要
添加消息动作 get_message 接受 message_id: String 参数,若存在返回对应的 MessageEvent
动机
缺少该动作将无法根据 MessageSegment 中的 reply 回复中的 message_id 获得对应 MessageEvent
具体描述
请求参数:
响应数据:同 MessageEvent
局限
无
替代方案
无
The text was updated successfully, but these errors were encountered: