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 • 510 B
JavaScript
;
/**
* Advanced Messaging service exports
* 100% khớp với automation-web advanced messaging functionality
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AdvancedMessagingService = void 0;
var advanced_messaging_service_1 = require("./advanced-messaging.service");
Object.defineProperty(exports, "AdvancedMessagingService", { enumerable: true, get: function () { return advanced_messaging_service_1.AdvancedMessagingService; } });
//# sourceMappingURL=index.js.map