devlikeapro
devlikeapro
> Can you add a support to send messages and media to channels? This one is done for both engines (WEBJS and NOWEB), so closed the issue :+1:  Polls...
**Start a brand new session** - meaning call `POST /api/sessions/logout` before and `POST /api/sessions/start` with payload ```json { "name": "default", "config": { "noweb": { "enabled": { "store": true, "fullSync": false...
For `/about` and `block/unblock` let's create new issues, because it's rare cases in the day to day usage, we'll implement it a bit later [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
One more PLUS patron mentioned this https://github.com/devlikeapro/whatsapp-http-api/issues/327 [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
Fixed in `2024.5.6`! Try first the example payload from https://waha.devlike.pro/docs/how-to/send-messages/#send-video-imagesversionspluspng ```json { "session": "default", "chatId": "[email protected]", "caption": "Watch this video!", "file": { "mimetype": "video/mp4", "filename": "video.mp4", "url": "https://github.com/devlikeapro/whatsapp-http-api/raw/core/examples/video.mp4" } }...
Try to setup proxy for phone numbers (especially for Indian 🇮🇳 ): https://waha.devlike.pro/docs/how-to/proxy/ ---- ## Overview If you're experiencing issues scanning QR codes in WhatsApp, especially with **Indian 🇮🇳 phone...
@rohankm could you try to run it on your local PC/laptop? Some VPS is blocked as well. If it works, the only way to fix that - setup a your...
Let us know if the above doesn't help you! [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
`GET /chats` is exactly what you asked - it's sorted by last received message https://waha.devlike.pro/docs/how-to/chats/#get-all-chats [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
@Kristian-Tan hi! Do you have any problems or updates about the issue? We've made few adjustements in session management so it should consume less memory and spaces [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)