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
- wechaty: - wechaty-puppet: - wechaty-puppet-service: - wechaty-plugin-contrib: - token type: padlocal|wxwork|xp - the version of wechaty docker container: [0.65]
Message.say()传入mention_ids后并不生效,一样遇到这个问题的朋友可以看一下解决方案
contact = message.talker() room = message.room() await room.say('?', mention_ids=[contact.contact_id])
这是OK的
await message.say('?', mention_ids=[message.contact_id])
这个就不生效,message都是来自群聊,say方法也都能直接往群里发送消息,唯一区别就是第一段的能够成功mention
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Description
Minimum reproducible code
这是OK的
这个就不生效,message都是来自群聊,say方法也都能直接往群里发送消息,唯一区别就是第一段的能够成功mention
The text was updated successfully, but these errors were encountered: