Note that the Video data type falls under the Message data type.
Video
This object represents a video file.
| Field | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Unique identifier for this file |
| width | Integer | Yes | Video width |
| height | Integer | Yes | Video height |
| duration | Integer | Yes | Duration of the video in seconds. |
| size | Integer | Yes | Video size |
| thumbnail | Photo | Optional | Video thumbnail |
