PUSH Media object
deprecated Represents a media object such as an image, video or audio file.
Fields
| Field | Type | Description |
|---|---|---|
idoptional |
String | A unique ID |
typeoptional |
String | The content type |
dataoptional |
String | The media content in base64-encoded format |
urloptional |
String | The URL where the media content may be found |
captionoptional |
PUSH MarkupText object | An optional caption text |
widthoptional |
Integer | The width in pixels |
heightoptional |
Integer | The height in pixels |
thumbnailoptional |
String | A URL pointing to a thumbnail version of the media object |
thumbnailsoptional |
List of PUSH Thumbnail objects | A collection of thumbnails of the media object in various sizes |
Last updated on