update version of telegram bot api

This commit is contained in:
2020-10-27 16:23:27 +06:00
parent 8f79b9e380
commit 7b66c89632
3 changed files with 2 additions and 6 deletions

View File

@@ -26,10 +26,6 @@ suspend fun main(vararg args: String) {
val scope = CoroutineScope(Dispatchers.Default)
scope.launch {
println(bot.getChatAdministrators((-1001433262056L).toChatId()))
}
bot.startGettingFlowsUpdatesByLongPolling(scope = scope) {
messageFlow.onEach {
safely {