UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

13 lines 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var sendChatOptIn_1 = require("./consent/sendChatOptIn"); Object.defineProperty(exports, "sendChatOptIn", { enumerable: true, get: function () { return sendChatOptIn_1.sendChatOptIn; } }); var sendChatTemplateMessage_1 = require("./consent/sendChatTemplateMessage"); Object.defineProperty(exports, "sendChatTemplateMessage", { enumerable: true, get: function () { return sendChatTemplateMessage_1.sendChatTemplateMessage; } }); var sendChatTextMessage_1 = require("./sendMessages/sendChatTextMessage"); Object.defineProperty(exports, "sendChatTextMessage", { enumerable: true, get: function () { return sendChatTextMessage_1.sendChatTextMessage; } }); var sendChatMediaMessage_1 = require("./sendMessages/sendChatMediaMessage"); Object.defineProperty(exports, "sendChatMediaMessage", { enumerable: true, get: function () { return sendChatMediaMessage_1.sendChatMediaMessage; } }); var sendChatLocationMessage_1 = require("./sendMessages/sendChatLocationMessage"); Object.defineProperty(exports, "sendChatLocationMessage", { enumerable: true, get: function () { return sendChatLocationMessage_1.sendChatLocationMessage; } }); //# sourceMappingURL=index.js.map