mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 11:39:14 +00:00
Include Calls (#720)
* Get Call module * The call event * Update onCall index.d.ts
This commit is contained in:
@@ -13,5 +13,6 @@ module.exports = {
|
||||
GroupNotification: require('./GroupNotification'),
|
||||
Label: require('./Label.js'),
|
||||
Order: require('./Order'),
|
||||
Product: require('./Product')
|
||||
Product: require('./Product'),
|
||||
Call: require('./Call')
|
||||
};
|
||||
Reference in New Issue
Block a user