LiveLocationProvider

class LiveLocationProvider : Closeable

See also

Functions

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

Properties

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