Module Values.CreateWhatsAppMessageTemplateMediaInputSource

Uploads media for use in a WhatsApp message template.

Sourcetype nonrec t = {
  1. id : LinkedWhatsAppBusinessAccountId.t;
    (*

    The ID of the WhatsApp Business Account associated with this media upload.

    *)
  2. sourceS3File : S3File.t option;
}
Sourceval context_ : string
Sourceval make : ?sourceS3File:??? -> id:LinkedWhatsAppBusinessAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LinkedWhatsAppBusinessAccountId.t | `Structure of (string * [> `String of S3FileBucketNameString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t