Interface EndGroupCall

Ends a group call. Requires groupCall.can_be_managed. Request type for Tdjson#endGroupCall.

interface EndGroupCall {
    @type: "endGroupCall";
    group_call_id: number;
}

Properties

Properties

@type: "endGroupCall"
group_call_id: number

Group call identifier.