Interface EndGroupCallRecording

Ends recording of an active group call. Requires groupCall.can_be_managed group call flag. Request type for Tdjson#endGroupCallRecording.

interface EndGroupCallRecording {
    @type: "endGroupCallRecording";
    group_call_id: number;
}

Properties

Properties

@type: "endGroupCallRecording"
group_call_id: number

Group call identifier.