# SharePhotoContentPhotoParams
Parameters to pass to the images
property of the presentPhotoShareDialog
method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# caption
caption :String
The user generated caption for the photo. Note that the 'caption' must come from the user, as pre-filled content is forbidden by the Platform Policies (2.3).
# photo
photo :Titanium.Blob | String
The (required) photo. Can either be a file on the local disk (represented as a Titanium.Blob) or a photo URL (represented as a String).