-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
请问有办法取得个人和群的唯一标识吗?或者有没有办法自己构建? #133
Comments
You can get the unique ID for a contact/room by If you want to identify the same contact across web sessions, you need to set a remark for the contact, like: For a room, I still have no idea of how to identify it right now, because web wechat has no "remark for the room" feature yet. If anyone has any good idea or suggestion, please let me know, will appreciate it. One more thing, there's looks have a way to get the |
It is great! Thank you very much! |
Wechaty v0.15 Can Get the Unique ID of Contact/Room across sessions by PuppetPadchatStart from Wechaty v0.15, we enable new Puppet System with all protocols support, include but not limited to Android, iOS, Pad, Win32, Web. Learn more at:
Merge to #1307 |
remark()设置的备注, 在下次登录的时候也会失效, 不行呢, 请问现在有别的解决方法吗? |
如题,应用场景比如需要保存聊天记录。
The text was updated successfully, but these errors were encountered: