1
0
forked from ErnyTech/JTDLib
Java wrapper for TDLib
This repository has been archived on 2020-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
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
docs Updated docs for package description 2018-07-18 17:17:37 +02:00
gradle/wrapper Initial tdlib 2018-07-18 12:24:37 +02:00
src/main Implemented the methods to customize tdlib parameters 2019-01-23 20:21:04 +01:00
.gitignore Support for jitpack 2018-07-18 17:02:05 +02:00
.gitmodules Added tdlib submodule 2018-11-21 15:57:44 +01:00
build.gradle Support for jitpack 2018-07-18 17:02:05 +02:00
gradlew Initial tdlib 2018-07-18 12:24:37 +02:00
gradlew.bat Initial tdlib 2018-07-18 12:24:37 +02:00
jitpack.yml Support for jitpack 2018-07-18 17:02:05 +02:00
LICENSE Added missing license 2018-11-20 18:51:11 +01:00
README.md Support for jitpack 2018-07-18 17:02:05 +02:00
settings.gradle Support for jitpack 2018-07-18 17:02:05 +02:00

LICENSE

JTDLib, an wrapper of Tdlib for interaction with TDLib.

Copyright (C) 2018  Ernesto Castellotti <erny.castell@gmail.com>

Ernesto Castellotti is the copyright holder of this software, for 
any need, do not hesitate to contact him.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program in the file called "LICENSE".  If not, contact the copyright holder.

LIBRARIES/EXTERNAL CODE

Telegram Tdlib-TD Copyright owner and contributors:

TDLib is licensed under the terms of the Boost Software License