Now the EasyClient constructor does not directly start TDLib, you must always use the create() method (e.g. "var client = new BotClient("791655237:AAEs1bgsn9kL8jnj-aXSOEaGgZaTS_iXjkI").create();")
Now can be specified the name and lastname (only for UserClient) of the user to be used during registration through the UserClien constructor
Added password hint in password authorization
Check if EasyClient has the authorization before send request
Optimized execute in EasyClient
Implemented close and open for logout from TDLib e re-login
Now client can execute auto, just set logoutAtShutdown to true in initializer
Fix https://github.com/ErnyTech/JTDLib/issues/5