2025.2.3

devlikeapro/waha2025.2.3Feb 12, 2025by devlikepro

AI Summary

This release introduces a new Profile API for managing user profile information and fixes the hasMedia property logic to accurately reflect media presence without downloading.

Key Highlights

  • Added Profile API for getting and updating profile information.
  • Fixed hasMedia behavior when downloadMedia=False.
  • Supports WEBJS, NOWEB, GOWS engines.

New Features

  • Profile API

Full Release Notes

- Add [🆔 Profile API](https://waha.devlike.pro/docs/how-to/profile/) to get and update profile information [#529](https://github.com/devlikeapro/waha/issues/529)
- Fix hasMedia behaviour - now when you request messages with downloadMedia=False, hasMedia: true if message has media
WEBJS, NOWEB, GOWS engines