venom-bot
Version:
Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design archite
10 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatState = void 0;
var ChatState;
(function (ChatState) {
ChatState[ChatState["Typing"] = 0] = "Typing";
ChatState[ChatState["Recording"] = 1] = "Recording";
ChatState[ChatState["Paused"] = 2] = "Paused";
})(ChatState || (exports.ChatState = ChatState = {}));
//# sourceMappingURL=chat-state.js.map