Ernesto Castellotti
978e162de6
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
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:
- Aliaksei Levin levlam@telegram.org
- Arseny Smirnov arseny30@gmail.com
- hekkup
- Vladislav Yashin v.yashin.work@gmail.com
- cosmonawt
- Aziz Kasymov
- Felix Krause github@krausefx.com
- Mark
TDLib is licensed under the terms of the Boost Software License
Description
Languages
Java
100%