UNPKG

aijinkela-wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

6 lines 369 B
import * as PUPPET from '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