UNPKG

@juzi/wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

5 lines 268 B
import * as PUPPET from '@juzi/wechaty-puppet'; import type { Sayable } from './types.js'; declare function sayableToPayload(sayable: Sayable): Promise<undefined | PUPPET.payloads.Sayable>; export { sayableToPayload, }; //# sourceMappingURL=sayable-to-payload.d.ts.map