UNPKG

@juzi/wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

5 lines 277 B
import type { MessageInterface } from '../user-modules/mod.js'; import type { Sayable } from './types.js'; declare function messageToSayable(message: MessageInterface): Promise<undefined | Sayable>; export { messageToSayable, }; //# sourceMappingURL=message-to-sayable.d.ts.map