forked from ErnyTech/JTDLib
Fix EasyClient missing import and fix markdown mistake
This commit is contained in:
parent
fe5d99ab24
commit
925b33999d
20
README.md
20
README.md
@ -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
|
@ -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;
|
||||
|
Reference in New Issue
Block a user