1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-08 17:49:35 +00:00

now LiveLocation is deprecated in TelegramBotAPI and placed into TelegramBotAPI-extensions-api

This commit is contained in:
2020-02-15 16:19:12 +06:00
parent 9684e55c12
commit 8c06322586
3 changed files with 58 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ import kotlinx.coroutines.launch
import kotlin.math.ceil
private val livePeriodDelayMillis = (livePeriodLimit.last - 60L) * 1000L
class LiveLocation(
@Deprecated("Deprecated due to extracting into separated library")
class LiveLocation internal constructor(
private val requestsExecutor: RequestsExecutor,
scope: CoroutineScope,
autoCloseTimeDelay: Double,