| Name | Description | Type | Additional information | 
|---|---|---|---|
| ContentType | Content Type of the attachment. | string | None. | 
| Media | Media as pure byte array. Note: Use only one of Media or Base64Media not both | Collection of byte | None. | 
| Base64Media | Media as Base64 encoded string. Note: Use only one of Media or Base64Media not both | string | None. | 
| Caption | A caption to go with the item. This will be used as status post text if the CreateStatusPost option is set to true | string | None. | 
| Description | Option description to go with the photo | string | None. | 
| UniqueMediaName | A Unique name that is associated with media items. When media is requested using the UniqueMediaName it can show the latest or a stream of the media associated with the name. | string | None. | 
| Location | Location this photo was taken (or of) | LocationDto | None. | 
| Tags | Tags to associate with the photo | Collection of string | None. | 
| CreateStatusPost | Create a status post for this media item. | boolean | None. | 
| TTL | How long the item should be kept for before being deleted (in seconds) | integer | None. |