Values.CreateWhatsAppMessageTemplateMediaInputSourceUploads media for use in a WhatsApp message template.
type nonrec t = {id : LinkedWhatsAppBusinessAccountId.t;The ID of the WhatsApp Business Account associated with this media upload.
*)sourceS3File : S3File.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of LinkedWhatsAppBusinessAccountId.t
| `Structure of
(string * [> `String of S3FileBucketNameString.t ]) list ])
list ]