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
message.id._serialized 总是以 true_ 开头,现在遇到一种情况是以 false_ 开头的,需要明确该消息的区别点:
message.id._serialized
true_
false_
该消息的 ack 为 0,但是该消息是由其他人发送给 bot 的,应该不会存在 ack: 0 的状态。
ack
0
ack: 0
{ "mediaKey": "cQWDFFa9Bw79WIdqyCwjeer9ACczi6VItT35/go+mjY=", "id": { "fromMe": false, "remote": "[email protected]", "id": "1FD65D39B65C521339FEB44D6BC0E731", "_serialized": "[email protected]_1FD65D39B65C521339FEB44D6BC0E731" }, "ack": 0, "hasMedia": true, "body": "", "type": "image", "timestamp": 1644919439, "from": "[email protected]", "to": "[email protected]", "deviceType": "android", "isForwarded": false, "forwardingScore": 0, "isStatus": false, "isStarred": false, "broadcast": false, "fromMe": false, "hasQuotedMsg": false, "vCards": [], "mentionedIds": [], "isGif": false, "isEphemeral": false, "links": [] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
message.id._serialized
总是以true_
开头,现在遇到一种情况是以false_
开头的,需要明确该消息的区别点:该消息的
ack
为0
,但是该消息是由其他人发送给 bot 的,应该不会存在ack: 0
的状态。The text was updated successfully, but these errors were encountered: