InputGroupCallStream#

class pyrogram.raw.types.InputGroupCallStream#

Identifies a media chunk of an RTMP-mode video chat, livestream or live story, see playing an RTMP livestream.

Constructor of InputFileLocation.

Details:
  • Layer: 227

  • ID: 598A92A

Parameters:
  • call (InputGroupCall) – RTMP-mode group call

  • time_ms (int 64-bit) – Timestamp of the chunk to fetch, in milliseconds

  • scale (int 32-bit) – Specifies the duration of the media segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: duration_ms := 1000 >> scale

  • video_channel (int 32-bit, optional) – groupCallStreamChannel.channel value of the video channel to fetch; unified video uses channel 1. Omit together with video_quality to fetch audio

  • video_quality (int 32-bit, optional) – Selected video quality (0 = lowest, 1 = medium, 2 = best)