InputGroupCallStream¶
- class pyrogram.raw.types.InputGroupCallStream[source]¶
Identifies a media chunk of an RTMP-mode video chat, livestream or live story, see playing an RTMP livestream ».
Constructor of
InputFileLocation.- Details:
Layer:
229ID:
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 bitshifting1000to the rightscaletimes:duration_ms:= 1000 >> scalevideo_channel (
int32-bit, optional) – groupCallStreamChannel.channelvalue of the video channel to fetch; unified video uses channel1. Omit together withvideo_qualityto fetch audiovideo_quality (
int32-bit, optional) – Selected video quality (0 = lowest, 1 = medium, 2 = best)