videoSize
An animated profile picture in MPEG4 format
type tg.VideoSize struct { /* ... */ }
Implements VideoSize.
Fields
| 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 |
VideoStartTs | float64 | — | Timestamp that should be shown as static preview to the user (seconds) |
References
- Official documentation
- Generated Go reference
- TL definition:
videoSize#de33b094