danielcardeenas / sulla

👩🏻‍🔬 Javascript Whatsapp api library for chatbots
MIT License
1.27k stars 271 forks source link

Error when using the reply function #331

Open lhgrigio opened 4 years ago

lhgrigio commented 4 years ago

VM334:formatted:948 Uncaught (in promise) TypeError: Store.MsgKey is not a constructor at g (<anonymous>:1:20098) at Object.window.WAPI.reply (<anonymous>:1:34273) at __puppeteer_evaluation_script__:3

Seems to be related to this code:

export function getNewMessageId(chatId) { const newMsgId = new Store.MsgKey( Object.assign({}, Store.Msg.models[0].__x_id) );

On sulla/src/lib/wapi/functions/get-new-message-id.js

joedutra commented 4 years ago

the repository is deprecated use

Install npm i @s2click/venom https://github.com/s2click/venom