GET - User Voice Messaging Message Download

Downloads A Specific User Voice Message

Parameters

  • user_id (str): The User ID For The Voice Messaging Service.

  • id (str): The Message ID For The Specific Voice Message.

Returns

  • bytes: The Downloaded Voice Message File

How To Use:

my_api.voice_messaging.get_user_voice_messaging_message_download(
    "UserID",
    "ID"
)

Example Data Returned (Formatted)

{}

Last updated

Was this helpful?