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
消息转发,安卓手机和电脑查看没有问题,使用iphone上的QQ查看,会提示消息加载失败!
ForwardMessageBuilder forward = new ForwardMessageBuilder(friend); String[] msgList = result.split("\n"); for (String msg : msgList) { forward.add(bot, new PlainText(msg)); } friend.sendMessage(forward.build());
2.7.1-dev-1
ANDROID_PHONE
The text was updated successfully, but these errors were encountered:
试试2.8.0-M1
Sorry, something went wrong.
还是不行,群里发的可以,私聊的不行
现在应该已经没有问题了, 当前版本 ios qq 现在也能正确看到了
哦等会,我忘记看上下文了,私聊还是不行)))
d9f3fe6
No branches or pull requests
消息转发,安卓手机和电脑查看没有问题,使用iphone上的QQ查看,会提示消息加载失败!
2.7.1-dev-1
ANDROID_PHONE
The text was updated successfully, but these errors were encountered: