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
18 lines • 696 B
JavaScript
;
/**
* Advanced Messaging DTOs - Chuẩn theo automation-web advanced-messaging.dto.ts
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DestType = exports.ThreadType = void 0;
// ==================== ENUMS ====================
var ThreadType;
(function (ThreadType) {
ThreadType[ThreadType["User"] = 0] = "User";
ThreadType[ThreadType["Group"] = 1] = "Group";
})(ThreadType || (exports.ThreadType = ThreadType = {}));
var DestType;
(function (DestType) {
DestType[DestType["User"] = 3] = "User";
DestType[DestType["Page"] = 5] = "Page";
})(DestType || (exports.DestType = DestType = {}));
//# sourceMappingURL=advanced-messaging.type.js.map