UNPKG

n8n-nodes-zalo-nnt

Version:

Unofficial Zalo integration for n8n - Send messages, manage groups, user operations with QR login. No API key required, works via browser simulation.

9 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThreadType = void 0; var ThreadType; (function (ThreadType) { ThreadType[ThreadType["User"] = 0] = "User"; ThreadType[ThreadType["Group"] = 1] = "Group"; })(ThreadType || (exports.ThreadType = ThreadType = {})); //# sourceMappingURL=types.js.map