docs
5.2.1
common
docs
/
dev.inmo.tgbotapi.extensions.api
/
LiveLocationProvider
Live
Location
Provider
class
LiveLocationProvider
:
Closeable
Functions
Properties
See also
See also
start
Live
Location
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
update
Location
Link copied to clipboard
suspend
fun
updateLocation
(
location
:
LiveLocation
,
replyMarkup
:
InlineKeyboardMarkup
?
=
null
)
:
LiveLocation
Properties
is
Closed
Link copied to clipboard
var
isClosed
:
Boolean
=
false
last
Location
Link copied to clipboard
val
lastLocation
:
LiveLocation
left
Until
Close
Millis
Link copied to clipboard
val
leftUntilCloseMillis
:
TimeSpan
message
Link copied to clipboard
var
message
:
ContentMessage
<
LocationContent
>