getWhatsAppMessageMedia
abstract suspend fun getWhatsAppMessageMedia(input: GetWhatsAppMessageMediaRequest): GetWhatsAppMessageMediaResponse
Get a media file from the WhatsApp service. On successful completion the media file is retrieved from Meta and stored in the specified Amazon S3 bucket. Use either destinationS3File
or destinationS3PresignedUrl
for the destination. If both are used then an InvalidParameterException
is returned.