@mengkodingan/ckptw
Version:
Create powerful WhatsApp bots easily
17 lines (16 loc) • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = void 0;
exports.Events = {
"ClientReady": "ClientReady",
"ConnectionUpdate": "ConnectionUpdate",
"MessagesUpsert": "MessagesUpsert",
"QR": "QR",
"GroupsJoin": "GroupsJoin",
"UserJoin": "UserJoin",
"UserLeave": "UserLeave",
"Poll": "Poll",
"PollVote": "PollVote",
"Reactions": "Reactions",
"Call": "Call"
};