mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-26 03:58:44 +00:00
additional fixes in live location
This commit is contained in:
parent
0e33b123e9
commit
34f606545e
@ -51,7 +51,7 @@ data class SendLocation(
|
|||||||
|
|
||||||
init {
|
init {
|
||||||
if (livePeriod != null && livePeriod !in livePeriodLimit) {
|
if (livePeriod != null && livePeriod !in livePeriodLimit) {
|
||||||
error("Live period for sending location must be in $livePeriodLimit")
|
error("Live period for sending location must be in $livePeriodLimit, but was $livePeriod")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user