UNPKG

@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

9 lines (7 loc) 277 B
'use strict'; exports.BoardType = void 0; (function (BoardType) { BoardType[BoardType["Note"] = 1] = "Note"; BoardType[BoardType["PinnedMessage"] = 2] = "PinnedMessage"; BoardType[BoardType["Poll"] = 3] = "Poll"; })(exports.BoardType || (exports.BoardType = {}));