devlikeapro

Results 71 comments of devlikeapro

Hi! Do you still see the error in the latest build? [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

> 2022.12.11 That's been a while :D Check `2024.6.6` [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

**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...

You can update session config now after you've created a session with ``` PUT /api/sessions/{session} ``` https://waha.devlike.pro/docs/how-to/sessions/#update-session [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Do you still have this problem with the latest build? [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

@felixnguyen258 Do you have any questions here or the suggestion helped? [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Hi! Let us know if you're expereicing issue with latest version, it's been improved a lot sine 2023.9 [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

UP - Got one more request about forwarding, will look at this soon [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

In **2024.11.1** will be available - `POST /api/forwardMessage` ```json { "chatId": "[email protected]", "messageId": "[email protected]_AAAAAAAAAAAAAAAAAAAA", "session": "default" } ``` in case of **NOWEB** it'll return the message it sent, but in...

https://waha.devlike.pro/docs/how-to/send-messages/#forward-message For both WEBJS and NOWEB in 2024.10.5 --- ## Forward Message You can forward a message to another chat (that you chatted before, otherwise it may fail): ``` POST...