Interface LeaveGroupCall

Leaves a group call. Request type for Tdjson#leaveGroupCall.

interface LeaveGroupCall {
    @type: "leaveGroupCall";
    group_call_id: number;
}

Properties

Properties

@type: "leaveGroupCall"
group_call_id: number

Group call identifier.