juzibot / donut-tester

40 stars 4 forks source link

Cannot get sender's alias in room #57

Open tomallv opened 3 years ago

tomallv commented 3 years ago

Cannot get sender's alias in room follow by below coding, but this works well with padplus:

  const room = await msg.room() // 获取群聊
  await room.sync()
  let sender_alias = await room.alias(msg.from())  //获取发信人群昵称

version info: "wechaty": "^0.51.1", "wechaty-puppet": "^0.32.3",

su-chang commented 3 years ago

Sorry, not supported.

tomallv commented 3 years ago

Whether can support it in future? This is really an important requirement in a real project, and this has indeed been supported with padplus.