Open
Description
System Informations
- Python version:3.9.12
- SDK version:3.17.1
- OS:macOS
Expected Behavior
Calling get_message_content() should return a bytearray.
Current Behavior
Instead of returning a bytearray, get_message_content() returns None.
This issue occurs when the content type is mp3.
As a temporary workaround, I'm currently using get_message_content_with_http_info() to retrieve the content.