moons-ta-client
    Preparing search index...

    Interface Request_CreateMatch

    -- Match -- //

    from protobuf message proto.packets.Request.CreateMatch

    interface Request_CreateMatch {
        match?: Match;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    match?: Match

    from protobuf field: proto.models.Match match = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;