getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

Module '"wechaty"' has no exported member 'MessageType'.

Open zhyp96 opened this issue 2 years ago • 0 comments

When I use wechaty-puppet-padlocal,run the script look like following command npx ts-node auto-replyv.ts, The following error message is displayed:Module '"wechaty"' has no exported member 'MessageType'. I already Imported module: import { PuppetPadlocal } from "wechaty-puppet-padlocal"; import { Contact, Message, MessageType, ScanStatus, Wechaty } from "wechaty"; import * as QRCode from "qrcode-terminal"; import { WechatyBuilder } from "wechaty"; Why did the error occur?

zhyp96 avatar May 10 '23 01:05 zhyp96