JTDLib/src/main/java/it/ernytech/tdbot
Ernesto Castellotti 552db21bb4 Implemented the methods to customize tdlib parameters
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
2019-01-23 20:21:04 +01:00
..
AuthorizationHandler.java Initial tdlib 2018-07-18 12:24:37 +02:00
BotClient.java Implemented the methods to customize tdlib parameters 2019-01-23 20:21:04 +01:00
ConstructorDetector.java Initial tdlib 2018-07-18 12:24:37 +02:00
EasyClient.java Implemented the methods to customize tdlib parameters 2019-01-23 20:21:04 +01:00
UserClient.java Implemented the methods to customize tdlib parameters 2019-01-23 20:21:04 +01:00
package-info.java Updated docs for package description 2018-07-18 17:17:37 +02:00