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
|
LIBRARIES/EXTERNAL CODE
|
||||||
=======================
|
=======================
|
||||||
Tdlib-TD Copyright owner and contributors: Aliaksei Levin <levlam@telegram.org>
|
Tdlib-TD Copyright owner and contributors:
|
||||||
Arseny Smirnov <arseny30@gmail.com>
|
- Aliaksei Levin <levlam@telegram.org>
|
||||||
hekkup
|
- Arseny Smirnov <arseny30@gmail.com>
|
||||||
Vladislav Yashin <v.yashin.work@gmail.com>
|
- hekkup
|
||||||
cosmonawt
|
- Vladislav Yashin <v.yashin.work@gmail.com>
|
||||||
Aziz Kasymov
|
- cosmonawt
|
||||||
Felix Krause <github@krausefx.com>
|
- Aziz Kasymov
|
||||||
Mark
|
- Felix Krause <github@krausefx.com>
|
||||||
TDLib is licensed under the terms of the Boost Software License
|
- Mark
|
||||||
|
|
||||||
|
TDLib is licensed under the terms of the Boost Software License
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
package it.ernytech.tdbot;
|
package it.ernytech.tdbot;
|
||||||
|
|
||||||
|
import de.fuerstenau.buildconfig.BuildConfig;
|
||||||
import it.ernytech.tdlib.*;
|
import it.ernytech.tdlib.*;
|
||||||
import it.ernytech.tdlib.utils.CloseCallback;
|
import it.ernytech.tdlib.utils.CloseCallback;
|
||||||
import it.ernytech.tdlib.utils.ErrorCallback;
|
import it.ernytech.tdlib.utils.ErrorCallback;
|
||||||
|
Reference in New Issue
Block a user