@warriorteam/zalo-personal
Version:
Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features
14 lines (12 loc) • 524 B
JavaScript
;
exports.GroupTopicType = void 0;
(function (GroupTopicType) {
GroupTopicType[GroupTopicType["Note"] = 0] = "Note";
GroupTopicType[GroupTopicType["Message"] = 2] = "Message";
GroupTopicType[GroupTopicType["Poll"] = 3] = "Poll";
})(exports.GroupTopicType || (exports.GroupTopicType = {}));
exports.GroupType = void 0;
(function (GroupType) {
GroupType[GroupType["Group"] = 1] = "Group";
GroupType[GroupType["Community"] = 2] = "Community";
})(exports.GroupType || (exports.GroupType = {}));