Raw.VideoSize

Raw.VideoSize

An animated profile picture in mpeg4 format

videoSize#de33b094 flags:# type:string w:int h:int size:int video_start_ts:flags.0?double = VideoSize;
export namespace Raw {
  export class VideoSize {
    constructor(params: {
      type: string;
      w: number;
      h: number;
      size: number;
      videoStartTs?: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xde33b094

Property

  • type : string

    U for animated profile pictures, and v for trimmed and downscaled video previews

  • w : number

    Video width

  • h : number

    Video height

  • size : number

    File size

  • videoStartTs : number or undefined

    Timestamp that should be shown as static preview to the user (seconds)