UNPKG

wawebsj

Version:

whasapp web js

13 lines (9 loc) 182 B
'use strict'; const Chat = require('./Chat'); /** * Represents a Private Chat on WhatsApp * @extends {Chat} */ class PrivateChat extends Chat { } module.exports = PrivateChat;