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
Run in docker Wechaty v0.17.46 with Node.js v10.5.0
.on('message', async msg => { const contact = msg.from() const content: string = msg.text() const room: Room | null = msg.room() if (msg.self() || !contact) { return // skip self } const contact_star = await contact.star() console.log("contact star:", contact_star) //output null })
Boolean
Null
The text was updated successfully, but these errors were encountered:
Thanks!
And this feature hasn't been implemented by wechaty-padchat yet...
Sorry, something went wrong.
@lijiarui Please move this conversation to the puppet-padchat repo, thanks.
Ok
No branches or pull requests
Provide Your Network Information
Run in docker
Wechaty v0.17.46 with Node.js v10.5.0
Expected behavior
Boolean
Actual behavior
Null
The text was updated successfully, but these errors were encountered: