Anyway I could send message to new number(Unsaved contact)
See original GitHub issueFirst of all, great work on the app. I tried sending messages to couple of new numbers with this:
function start(client) {
for (let num of main) {
client.sendText(`${num}@c.us`, text);
}
}
None of the new contacts got the messages. Please help!! Also, I noticed it only sends to all contacts that are already chat page. Is there something in the code i need to change? Edit: Fix typos
Issue Analytics
- State:
- Created 4 years ago
- Comments:25 (1 by maintainers)
Top Results From Across the Web
How do I send a message to an unsaved number? - Quora
Send a message to an unsaved number? As in a text message? You open your text message app, and then click on new...
Read more >How to message unsaved WhatsApp numbers on Android
The simplest and fastest way to send a message to an unsaved number is via an app from the Play Store. It's called...
Read more >Easy Message: text w/o contact - Apps on Google Play
Are you annoyed of not being able to send WhatsApp message without saving contact? We have got you covered. Now you can quickly...
Read more >WhatsApp trick: How to send message to an unsaved number
The immediate options show Call, Cut, Copy and Paste but if you further explore the three drop-down buttons below the aforementioned options, ...
Read more >Send WhatsApp Message Without Saving Number
Fortunately, there is a solution to this problem: Message to Unknown Number app available on the Google Play Store allows you to send...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m trying to find another solution. If i found, i will post here
Plase update to new version
To send a message to a contact (non-group) just type the number
On a regular message received do a
console.log(message)
to and check thefrom
property