mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 22:59:48 +00:00
actualize UpdatesPollint
This commit is contained in:
@@ -21,8 +21,8 @@ fun RequestsExecutor.startGettingOfUpdates(
|
||||
): UpdatesPoller {
|
||||
return KtorUpdatesPoller(
|
||||
this,
|
||||
allowedUpdates ?: ALL_UPDATES_LIST,
|
||||
timeoutMillis.toInt() / 1000,
|
||||
allowedUpdates = allowedUpdates ?: ALL_UPDATES_LIST,
|
||||
updatesReceiver = block
|
||||
).also {
|
||||
it.start(scope)
|
||||
|
Reference in New Issue
Block a user