Interface CreateGroupCall

Creates a group call from a one-to-one call. Request type for Tdjson#createGroupCall.

interface CreateGroupCall {
    @type: "createGroupCall";
    call_id: number;
}

Properties

Properties

@type: "createGroupCall"
call_id: number

Call identifier.