getting-started
getting-started copied to clipboard
Module '"wechaty"' has no exported member 'MessageType'.
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?