devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
916 stars 277 forks source link

[Feature Request] Add - GET /api/{session}/chats/{chatId}/messages/{messageId} #484

Open HuangDaHui opened 1 month ago

HuangDaHui commented 1 month ago

/api/{session}/chats/{chatId}/messages/{messageId}?downloadMedia=true

If an attachment fails to download, I can obtain the attachment separately without using /api/{session}/chats/{chatId}/messages This will reduce the load on the server

devlikepro commented 1 month ago

makes sense, we'll check that! Do you use NOWEB, right?

patron:PRO

HuangDaHui commented 1 month ago

makes sense, we'll check that! Do you use NOWEB, right?

patron:PRO

NOWEB is used more, WEBJS is also used, because I think WEBJS can reduce the risk of being blocked But this function is applicable to both NOWEB and WEBJS. If I have this function, I may not actively download attachments anymore. I will only download them when I need to view them.

HuangDaHui commented 1 week ago

makes sense, we'll check that! Do you use NOWEB, right?

patron:PRO

Hi, if I buy the PRO version, will this feature be updated soon? I really need this feature, if possible I will buy the PRO version

devlikepro commented 1 week ago

Hi! We're planning to work on /messages improvements (including this one) in October.

patron:PRO

HuangDaHui commented 1 week ago

Hi! We're planning to work on /messages improvements (including this one) in October.

patron:PRO

OK, looking forward to your updates, thank you