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
在私聊时 用户 发送了一张图片,机器人 得到的消息ID是正常的。但是当 用户 回复这张图片时,机器人 得到的ReplySeq却是负数。
感觉应该是溢出了,因为图片消息正常的ID和ReplySeq绝对值相加正好是65536
The text was updated successfully, but these errors were encountered:
See: https://github.com/Mrs4s/go-cqhttp/blob/8389d9195d9cd63f83a0baf82c749dbac34f0371/coolq/cqcode.go#L90-L94
不太好在MiraiGo中处理
Sorry, something went wrong.
See: https://github.com/Mrs4s/go-cqhttp/blob/8389d9195d9cd63f83a0baf82c749dbac34f0371/coolq/cqcode.go#L90-L94 不太好在MiraiGo中处理
我目前的解决办法是判断如果是负数就和65536相加,得出的值就正常了
No branches or pull requests
在私聊时 用户 发送了一张图片,机器人 得到的消息ID是正常的。但是当 用户 回复这张图片时,机器人 得到的ReplySeq却是负数。
感觉应该是溢出了,因为图片消息正常的ID和ReplySeq绝对值相加正好是65536
The text was updated successfully, but these errors were encountered: