africastalking-ts
Version:
Unofficial Typescript version of the Africa's Talking SDK
9 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.customChatChannelsMap = exports.customChatChannels = void 0;
exports.customChatChannels = ['whatsapp', 'telegram'];
exports.customChatChannelsMap = {
whatsapp: 'WhatsApp',
telegram: 'Telegram',
};
//# sourceMappingURL=constants.js.map