-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
到底怎么发群消息,大佬能给个示例出来吗 #29
Comments
wechatClient.getContactManager().getContactByNickName("群昵称")
.sendMessage("hello"); |
如果是未保存到通讯录的群,我这边接收到该群的消息,我这边如何完成相关业务,然后发送群消息呢? |
你至少要收到一次消息(监听ReceiveMessageEvent),把username存下来 |
群主稳,确实可行 |
还有个疑问,这个消息对象,不能获取到 未保存到通讯录的群名吗? |
嗯,是的。 |
麻烦群主了,搞定了@一下我 |
看你的截图,你是直接在wechatbc里做修改吗? 最好用插件扩展 |
对的,这不是还在测你这机器人的能力边界吗,等你满足我这边项目改造需求我在单独开个项目以bc插件的形式引入 |
Originally posted by @lovecodeyou in #22 (comment)
The text was updated successfully, but these errors were encountered: