Replies: 1 comment
-
I believe the error message is clear enough:
To use For your code, you should change: - const room = await Room.create([boss, from])
+ const room = await message.wechaty.Room.create([boss, from]) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code:
error:
Beta Was this translation helpful? Give feedback.
All reactions