1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

turn on incremental building and add TelegramBot typealias

This commit is contained in:
2020-08-20 15:00:45 +06:00
parent 76a9fd1a55
commit 1019fd4d19
3 changed files with 7 additions and 1 deletions

View File

@@ -19,4 +19,6 @@ interface RequestsExecutor : Closeable {
* @throws Exception
*/
suspend fun <T : Any> execute(request: Request<T>): T
}
}
typealias TelegramBot = RequestsExecutor