📓 Get Resumable
Get information about the resumable upload session
await whatsapp.getResumableUploadSession(
uploadId: 'UPLOAD_SESSION_ID',
);
param | type | required | description |
---|---|---|---|
uploadId | String | yes | Session ID of the resumable upload |
fileType | String | yes | Type of file that you are going to upload |
fileName | String | no | Name of the file |