wechaty-puppet-wechat4u
Version:
Wechat4u Puppet for Wechaty
6 lines • 335 B
TypeScript
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