UNPKG

wechaty-puppet-official-account

Version:
12 lines 353 B
declare function textMessagePayload(args: { fromUserName: string; toUserName: string; content: string; }): string; declare function imageMessagePayload(args: { toUserName: string; fromUserName: string; mediaId: string; }): string; export { textMessagePayload, imageMessagePayload, }; //# sourceMappingURL=payload-builder.d.ts.map