Fix EasyClient missing import and fix markdown mistake

This commit is contained in:
ErnyTech 2018-07-18 12:55:54 +02:00
parent fe5d99ab24
commit 925b33999d
2 changed files with 12 additions and 9 deletions

View File

@ -21,12 +21,14 @@ LICENSE
LIBRARIES/EXTERNAL CODE
=======================
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
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

View File

@ -17,6 +17,7 @@
package it.ernytech.tdbot;
import de.fuerstenau.buildconfig.BuildConfig;
import it.ernytech.tdlib.*;
import it.ernytech.tdlib.utils.CloseCallback;
import it.ernytech.tdlib.utils.ErrorCallback;