LiveLocationProvider

class LiveLocationProvider : Closeable

See also

Functions

close
Link copied to clipboard
common
open override fun close()
updateLocation
Link copied to clipboard
common
suspend fun updateLocation(location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): LiveLocation

Properties

isClosed
Link copied to clipboard
common
var isClosed: Boolean = false
lastLocation
Link copied to clipboard
common
val lastLocation: LiveLocation
leftUntilCloseMillis
Link copied to clipboard
common
val leftUntilCloseMillis: TimeSpan