wa-chat-server-mluvii
Version:
Mluvii adapter for the modules wa-chat-server
14 lines (13 loc) • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WAChatServerMluviiConfigMock = void 0;
class WAChatServerMluviiConfigMock {
constructor() {
this.username = 'USER';
this.secret = 'SECRET';
this.getTokenUrl = 'TOKEN_URL';
this.sendMessageUrl = 'SEND_MESSAGE_URL';
this.chatbotId = 'ID';
}
}
exports.WAChatServerMluviiConfigMock = WAChatServerMluviiConfigMock;