1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 16:23:48 +00:00

change visibility of internalSetWebhookInfoAndStartListenWebhooks

This commit is contained in:
InsanusMokrassar 2020-05-16 20:57:57 +06:00
parent 0ec18cbf06
commit 4c8861ba79

View File

@ -109,7 +109,7 @@ fun startListenWebhooks(
return engine
}
internal suspend fun RequestsExecutor.internalSetWebhookInfoAndStartListenWebhooks(
private suspend fun RequestsExecutor.internalSetWebhookInfoAndStartListenWebhooks(
listenPort: Int,
engineFactory: ApplicationEngineFactory<*, *>,
setWebhookRequest: Request<Boolean>,