mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
[+] Expose information about the logged in client (#19)
This commit is contained in:
3
index.js
3
index.js
@@ -9,5 +9,6 @@ module.exports = {
|
||||
Chat: require('./src/structures/Chat'),
|
||||
PrivateChat: require('./src/structures/PrivateChat'),
|
||||
GroupChat: require('./src/structures/GroupChat'),
|
||||
Message: require('./src/structures/Message')
|
||||
Message: require('./src/structures/Message'),
|
||||
ClientInfo: require('./src/structures/ClientInfo')
|
||||
};
|
||||
Reference in New Issue
Block a user