Constructor: videoSize
An animated profile picture in MPEG4 format
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | Yes | u for animated profile pictures, and v for trimmed and downscaled video previews |
| w | int | Yes | Video width |
| h | int | Yes | Video height |
| size | int | Yes | File size |
| video_start_ts | double | Optional | Timestamp that should be shown as static preview to the user (seconds) |
Type: VideoSize
Example:
$videoSize = ['_' => 'videoSize', 'type' => 'string', 'w' => int, 'h' => int, 'size' => int, 'video_start_ts' => double];