Interface JoinGroupCall

Joins a group call that is not bound to a chat. Request type for Tdjson#joinGroupCall.

interface JoinGroupCall {
    @type: "joinGroupCall";
    input_group_call: InputGroupCall;
    join_parameters: GroupCallJoinParameters;
}

Properties

@type: "joinGroupCall"
input_group_call: InputGroupCall

The group call to join.

join_parameters: GroupCallJoinParameters

Parameters to join the call.