GetGroupCallStreamSegment constructor

GetGroupCallStreamSegment(
  1. {required int group_call_id,
  2. required int time_offset,
  3. required int scale,
  4. required int channel_id,
  5. GroupCallVideoQuality? video_quality,
  6. int? extra,
  7. int? clientId}
)

Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video

Returns FilePart

Implementation

GetGroupCallStreamSegment