waha
waha copied to clipboard
[BUG][NOWEB] - Add preview for Video in Status messages
When sending a story status of a video, the messages sent in the engine are not displayed on the client until the download of the entire video is finished, unlike the normal sending of a status through the application, which has a preview and the file is downloaded while it is playing,
Hi! Could you try with the example video? Just tested it on the latest version - works good, it has the preview
POST /api/{SESSION}/status/video
{
"contacts": [
"[email protected]"
],
"file": {
"mimetype": "video/mp4",
"filename": "video.mp4",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/video.mp4"
},
"caption": "string"
}