View Source ExTDLib.Method.GetGroupCallStreamSegment (ExTDLib v0.0.4)

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 object_ptr<FilePart>.

NameTypeDescription
group_call_idnumberGroup call identifier.
time_offsetstringPoint in time when the stream segment begins; Unix timestamp in milliseconds.
scalenumberSegment duration scale; 0-1. Segment's duration is 1000/(2**scale) milliseconds.
channel_idnumberIdentifier of an audio/video channel to get as received from tgcalls.
video_qualityGroupCallVideoQualityVideo quality as received from tgcalls; pass null to get the worst available quality.

More details on telegram's documentation.