GroupCallStreamChannel#

class pyrogram.raw.types.GroupCallStreamChannel#

Info about an RTMP stream in a group call or livestream.

Constructor of GroupCallStreamChannel.

Details:
  • Layer: 158

  • ID: 80EB48AF

Parameters:
  • channel (int 32-bit) – Channel ID.

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

  • last_timestamp_ms (int 64-bit) – Last seen timestamp to easily start fetching livestream chunks using inputGroupCallStream.