Interface EndGroupCallRecording

Ends recording of an active group call; for video chats only. Requires groupCall.can_be_managed right. Request type for Tdjson#endGroupCallRecording.

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

Properties

Properties

@type: "endGroupCallRecording"
group_call_id: number

Group call identifier.