ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.location
/
LiveLocation
/
LiveLocation
Live
Location
constructor
(
longitude
:
Double
,
latitude
:
Double
,
horizontalAccuracy
:
Meters
?
=
null
,
livePeriod
:
Seconds
=
INDEFINITE_LIVE_PERIOD
,
heading
:
Degrees
?
=
null
,
proximityAlertRadius
:
Meters
?
=
null
)