Raw.InputGroupCallStream

Raw.InputGroupCallStream

Chunk of a livestream

inputGroupCallStream#598a92a flags:# call:InputGroupCall time_ms:long scale:int video_channel:flags.0?int video_quality:flags.0?int = InputFileLocation;
export namespace Raw {
  export class InputGroupCallStream {
    constructor(params: {
      call: Raw.TypeInputGroupCall;
      timeMs: bigint;
      scale: number;
      videoChannel?: number;
      videoQuality?: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x598a92a

Property

  • call : Raw.TypeInputGroupCall

    Livestream info

  • timeMs : bigint

    Timestamp in milliseconds

  • scale : number

    Specifies the duration of the video segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: durationMs := 1000 >> scale

  • videoChannel : number or undefined

    Selected video channel

  • videoQuality : number or undefined

    Selected video quality (0 = lowest, 1 = medium, 2 = best)