long Polling Flow
fun TelegramBot.longPollingFlow( timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler<Unit>? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST): Flow<Update>
Content copied to clipboard