🗂️ Get Media Details
Get uploaded media details using media ID
var upload = await whatsapp.getMedia(
mediaId: 'MEDIA_ID',
);
upload.getMediaUrl(); //https://cdn.fb.com/xxxxxx
param | type | required | description |
---|---|---|---|
mediaId | String | yes | Media ID of uploaded file |