UNPKG

@tioagustian/whatsbot

Version:

A toolkit for working with the WhatsApp Web API

9 lines (5 loc) 138 B
'use strict'; const {Chat:WWebJSChat} = require('whatsapp-web.js'); class Chat extends WWebJSChat { } module.exports = Chat;