run await message.toContact() get an error
if (type === bot.Message.Type.Contact) {
messageType = 'Contact'
textBox = await message.toContact()
}
(node:83962) UnhandledPromiseRejectionWarning: Error: not implement
at PuppetPadlocal.messageContact (/Users/choogoo/WeChatProjects/groupmaster/wechatbot/node_modules/wechaty-puppet-padlocal/dist/puppet-padlocal.js:496:15)
at WechatifiedMessage.toContact (/Users/choogoo/WeChatProjects/groupmaster/wechatbot/node_modules/wechaty/dist/src/user/message.js:816:53)
at Wechaty.--unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)
This has not been supported yet.