1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-03-23 11:14:47 +00:00

update dokka

This commit is contained in:
2021-08-22 10:53:12 +06:00
parent 13ca63d27d
commit 9b21b5290c
2 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ import kotlinx.coroutines.launch
import kotlin.math.ceil
val defaultLivePeriodDelayMillis = (livePeriodLimit.last - 60L) * 1000L
/**
* @see startLiveLocation
*/
class LiveLocationProvider internal constructor(
private val requestsExecutor: TelegramBot,
scope: CoroutineScope,