UNPKG

wechaty-puppet-wechat4u

Version:
6 lines 335 B
import type * as PUPPET from 'wechaty-puppet'; import type { WebMessageRawPayload } from '../../web-schemas.js'; import type { EventPayload } from './event.js'; declare const _default: (_puppet: PUPPET.Puppet, message: WebMessageRawPayload) => Promise<EventPayload>; export default _default; //# sourceMappingURL=event-message.d.ts.map