UNPKG

@juzi/wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

6 lines 370 B
import * as PUPPET from '@juzi/wechaty-puppet'; import type { WechatyInterface } from '../wechaty/wechaty-impl.js'; import type { Sayable } from './types.js'; declare const payloadToSayableWechaty: (w: WechatyInterface) => (p: PUPPET.payloads.Sayable) => Promise<undefined | Sayable>; export { payloadToSayableWechaty, }; //# sourceMappingURL=payload-to-sayable.d.ts.map