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:
227ID:
598A92A
- Parameters:
call (
InputGroupCall) – RTMP-mode group calltime_ms (
int64-bit) – Timestamp of the chunk to fetch, in millisecondsscale (
int32-bit) – Specifies the duration of the media segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: duration_ms := 1000 >> scalevideo_channel (
int32-bit, optional) – groupCallStreamChannel.channel value of the video channel to fetch; unified video uses channel 1. Omit together with video_quality to fetch audiovideo_quality (
int32-bit, optional) – Selected video quality (0 = lowest, 1 = medium, 2 = best)