Interface CreateGroupCall

Creates a new group call that isn't bound to a chat. Request type for Tdjson#createGroupCall.

interface CreateGroupCall {
    @type: "createGroupCall";
    join_parameters: GroupCallJoinParameters;
}

Properties

@type: "createGroupCall"
join_parameters: GroupCallJoinParameters

Parameters to join the call; pass null to only create call link without joining the call.