UNPKG

whatsapp-api-client

Version:

Whatsapp Business API Official Client

17 lines 570 B
import { Options } from "../types/options"; export declare const createUtils: (options: Options) => { sendOtpWithCopyCode: (props: import("..").SendMessageMandatoryFields & { code: string; } & Omit<import("..").SendMessageWithTemplateRequest, "templateParameters">) => Promise<{ messaging_product: "whatsapp"; contacts: Array<{ input: string; wa_id: string; }>; messages: Array<{ id: string; message_status: string; }>; }>; }; //# sourceMappingURL=index.d.ts.map