🗂️ 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 |