Is your feature request related to a problem?
I'm using WAHA with the GOWS engine (which I prefer due to its superior performance and stability compared to NOWEB/WEBJS).
The WAHA API already supports editing messages in general, but this feature is currently missing in the GOWS engine.
Describe the solution you'd like
Please add full support for the Edit Message action in the GOWS engine using the existing endpoint:
- PUT
/api/{session}/chats/{chatId}/messages/{messageId}
The request should accept a body with the text field (or caption for media messages) and return an appropriate response.

Is your feature request related to a problem?
I'm using WAHA with the GOWS engine (which I prefer due to its superior performance and stability compared to NOWEB/WEBJS).
The WAHA API already supports editing messages in general, but this feature is currently missing in the GOWS engine.
Describe the solution you'd like
Please add full support for the Edit Message action in the GOWS engine using the existing endpoint:
/api/{session}/chats/{chatId}/messages/{messageId}The request should accept a body with the
textfield (orcaptionfor media messages) and return an appropriate response.