Officially Whatsapp supports uploading of media via API, getting Media Url from media Id and deleting the media. But the SDK as of now only supports the two features:Documentation Index
Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting media Url from media Id
You can get the media Url from media Id using thegetMediaUrl method available on the client class media manager. Here is an example of how you can get the media Url:
Deleting media
You can delete a media using thedeleteMedia method available on the client class media manager. Here is an example of how you can delete the media: