UNPKG

@juzi/wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

8 lines 474 B
import type * as PUPPET from '@juzi/wechaty-puppet'; import type { Sayable, SayOptionsObject } from './types.js'; /** * TODO: add unit test to ensure the interface validation code works */ declare const deliverSayableConversationPuppet: (puppet: PUPPET.impls.PuppetInterface) => (conversationId: string) => (sayable: Sayable, options?: SayOptionsObject) => Promise<string | void>; export { deliverSayableConversationPuppet, }; //# sourceMappingURL=deliver-sayable.d.ts.map