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
friend
ContactPayload
612ae3d
No matter contact is strange or not, contact.stranger() return null
contact.stranger()
const contact = bot.Contact.load('qq512436430') console.log('============lijiarui===============') console.log(contact.stranger())
============lijiarui=============== 01:28:29 WARN Contact stranger() DEPRECATED. use friend() instead. 01:28:29 SILL Puppet contactPayload(qq512436430) cache MISS null
The text was updated successfully, but these errors were encountered:
null means UNKNOWN, caused by when the contactPayload.friend is undefined.
null
contactPayload.friend
undefined
Please check your PuppetPadchat.contactRawPayloadParser() for reasons.
PuppetPadchat.contactRawPayloadParser()
Sorry, something went wrong.
set friend for contact payload (#1359)
2466b19
41991fa
lijiarui
No branches or pull requests
Wechaty version:
612ae3d
Issue description:
No matter contact is strange or not,
contact.stranger()
return nullCode
Log
The text was updated successfully, but these errors were encountered: