moons-ta-client
    Preparing search index...

    Interface Request_AddUserToMatch

    from protobuf message proto.packets.Request.AddUserToMatch

    interface Request_AddUserToMatch {
        matchId: string;
        tournamentId: string;
        userId: string;
    }
    Index

    Properties

    matchId: string

    from protobuf field: string match_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;

    userId: string

    from protobuf field: string user_id = 3;