Note that the Photo and GIF data types fall under the Message data type.
Photo
This object represents one size of a photo and/or thumbnail.
| Field | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Unique identifier for this file |
| width | Integer | Yes | Photo width |
| height | Integer | Yes | Photo height |
| size | Integer | Optional | Photo size |
| thumbnail | Photo | Optional | Thumbnail of the photo |
GIF
This object represents a GIF image.
| Field | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Unique identifier for this file |
| width | Integer | Yes | GIF width |
| height | Integer | Yes | GIF height |
| size | Integer | Optional | GIF size |
| thumbnail | Photo | Optional | Thumbnail of the photo |
