-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Improving the status sending feature #320
Comments
HI Thanks in advance for reference |
Hi! {
"contacts": [
"123123@c.us",
"youraccount@c.us"
],
"text": "Have a look! https://waha.devlike.pro/",
"backgroundColor": "#38b42f",
"font": 1
} After that you can view "views" and delete status from the phone. |
To get the views you need to
{
"key": {
"remoteJid": "status@broadcast",
"fromMe": true,
"id": "BAE56029F4DE08A0" <============= THIS ONE
},
{
"event": "message.ack",
"session": "session_0d81yj",
"me": {
"id": "123@c.us",
"pushName": "WAHA"
},
"payload": {
"id": "true_status@c.us_123123",
"from": "status@c.us",
"to": "status@c.us",
"participant": "123123@c.us",
"fromMe": true,
"ack": 3,
"ackName": "READ"
},
"engine": "NOWEB",
"environment": {
"version": "2024.5.4",
"engine": "NOWEB",
"tier": "PLUS",
"browser": "/usr/bin/google-chrome-stable"
}
} NOWEB engine right now doesn't offer that, due to lack of actual "database". No ETA on that tho, it's faster to implement it in the your application code right now |
For DELETE status - yes, right now it's not possible, but we could look at this. It's better to create a dedicated issue for each request left:
Let me know if you have any questions! |
Sure, you can send a message here: waha@devlike.pro |
HI |
Fixed in
Fixed in #329 (comment) |
Some improvements we need to buy the PRO version:
Now when sending a status, the status is not visible on the sender's phone
And there is no option to delete a status
We would be happy if it would be possible to fix it, so that when you send a status, it will also be seen on the sender's device
And also that the option of deleting a status will be added.
Another thing that is important to us, before purchasing the PRO is the possibility of retrieving the views of the status, which means that I can receive in a GET request all the viewers of the status that I sent.
The text was updated successfully, but these errors were encountered: