UNPKG

redai-automation-web-sdk

Version:

TypeScript SDK for RedAI Automation Web API - Zalo Personal automation, messaging, advanced sticker search, and bulk operations. 100% compatible with automation-web backend. v1.8.1: Updated GroupInfo interface to match backend controller with complete gro

10 lines 457 B
"use strict"; /** * Zalo Personal Messaging service exports * 100% khớp với automation-web/src/module/zalo-messaging */ Object.defineProperty(exports, "__esModule", { value: true }); exports.MessagingService = void 0; var messaging_service_1 = require("./messaging.service"); Object.defineProperty(exports, "MessagingService", { enumerable: true, get: function () { return messaging_service_1.MessagingService; } }); //# sourceMappingURL=index.js.map