1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00

small refactor of buildBehaviourWithLongPolling

This commit is contained in:
InsanusMokrassar 2022-05-16 18:59:30 +06:00
parent 9d40e598f1
commit 9d16ca3b7e

View File

@ -63,6 +63,6 @@ suspend fun TelegramBot.buildBehaviourWithLongPolling(
) )
return longPolling( return longPolling(
behaviourContext, behaviourContext,
scope = scope scope = behaviourContext
) )
} }