You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey this is not about the issue on this repository just sharing the information, I see and understand the workflow of this package, I understand that this is a combination of the previous package, namely bailyes whatsapp whose repository is currently closed, but it can still run except button templates and list templates, I use this repository for my project and I costum with the concept of using bailyes, I read the previous issue can I send a button, location or so on ? I tried the technique below. please try to make sure again, I hope there is a latest update for something like this
to send location, you need to change this file .\node_modules\wa-multi-session\dist\Messaging\index.js index.js.txt
remember to remove the .txt extension before, and use method like this:
const h = await whatsapp.sendTextMessage({sessionId: "new",to: id, location: { degreesLatitude: 24.121231, degreesLongitude: 55.1121221 } } )
Hey this is not about the issue on this repository just sharing the information, I see and understand the workflow of this package, I understand that this is a combination of the previous package, namely bailyes whatsapp whose repository is currently closed, but it can still run except button templates and list templates, I use this repository for my project and I costum with the concept of using bailyes, I read the previous issue can I send a button, location or so on ? I tried the technique below. please try to make sure again, I hope there is a latest update for something like this
=================================================
const id = '[email protected]'
const session = whatsapp.getSession(sessionId)
session.sendMessage( id, { location: { degreesLatitude: 24.121231, degreesLongitude: 55.1121221 } } )
=================================================
Best Regards
Ojan Alpha
The text was updated successfully, but these errors were encountered: