1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-11 16:55:40 +00:00

RawUpdate is internal

This commit is contained in:
2019-08-17 22:08:36 +06:00
parent c7a8bc5c9d
commit 617bccaa81
5 changed files with 30 additions and 8 deletions

View File

@@ -109,9 +109,7 @@ class KtorUpdatesPoller(
timeoutSeconds,
allowedUpdates
)
).map {
it.asUpdate
}
)
}
private suspend fun handleUpdates(updates: List<Update>) {