You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: