Layer 227
VideoSizeObj
An animated profile picture in MPEG 4 format
constructor
videoSize#de33b094 flags:# type:string w:int h:int size:int video_start_ts:flags.0?double = VideoSize;
Parameters
| Name | Type | Description |
|---|---|---|
| Type | string | video Size. type value |
| W | int | Video width |
| H | int | Video height |
| Size | int | File size |
| VideoStartTs | flags .0? double | Timestamp that should be shown as static preview to the user (seconds) |
Returns
VideoSizeGogram Example
// Creating VideoSizeObj constructor obj := &tg.VideoSizeObj{ Type: "Hello, World!", W: 42, H: 42, Size: 42, VideoStartTs: nil, }