Interface EndGroupCallScreenSharing

Ends screen sharing in a joined group call. Request type for Tdjson#endGroupCallScreenSharing.

interface EndGroupCallScreenSharing {
    @type: "endGroupCallScreenSharing";
    group_call_id: number;
}

Properties

Properties

@type: "endGroupCallScreenSharing"
group_call_id: number

Group call identifier.