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
支持获取群聊的历史记录 之前在某群问过一遍,但是回复是不支持( )于是我去看了一下友商的库,发现貌似是可以拉取到历史消息的
https://github.com/takayama-lily/oicq/blob/b95a05fc5b8b88437bf56325894ba66fd9efb5a5/lib/group.ts#L522-L544
而且这个功能已经被验证过有效了(某现已尘封的聊天客户端)希望 Mirai 能够添加这个功能
The text was updated successfully, but these errors were encountered:
看了一下, 按目前 mirai API 设计很好实现, 不需要 breaking change
Sorry, something went wrong.
苦等.jpg
等的时候其实可以 PR 的
目前的 RoamingMessages 是 timestamp-based 的 这里似乎需要引入 seq-based 的 RoamingMessages 接口
看了一下, 按目前 mirai API 设计很好实现, 不需要 breaking change 目前的 RoamingMessages 是 timestamp-based 的 这里似乎需要引入 seq-based 的 RoamingMessages 接口
我打算拆分成 TimeBasedRoamingMessages 和 SeqBasedRoamingMessages
TimeBasedRoamingMessages
SeqBasedRoamingMessages
但是我不太会 kotlin ,现在那个 PR 挺乱的, 而且缺一个 PbGetGroupMsg
PbGetGroupMsg
RoamingSupported
Group
Successfully merging a pull request may close this issue.
支持获取群聊的历史记录
之前在某群问过一遍,但是回复是不支持( )于是我去看了一下友商的库,发现貌似是可以拉取到历史消息的https://github.com/takayama-lily/oicq/blob/b95a05fc5b8b88437bf56325894ba66fd9efb5a5/lib/group.ts#L522-L544
而且这个功能已经被验证过有效了(某现已尘封的聊天客户端)希望 Mirai 能够添加这个功能
The text was updated successfully, but these errors were encountered: