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