toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types
/
InputMessageContent
/
LocationContent
Location
Content
@
Serializable
data
class
LocationContent
(
val
latitude
:
Float
,
val
longitude
:
Float
,
val
horizontalAccuracy
:
Float
?
=
null
,
val
livePeriod
:
Int
?
=
null
,
val
heading
:
Int
?
=
null
,
val
proximityAlertRadius
:
Int
?
=
null
)
:
InputMessageContent
Members
Constructors
Location
Content
Link copied to clipboard
constructor
(
latitude
:
Float
,
longitude
:
Float
,
horizontalAccuracy
:
Float
?
=
null
,
livePeriod
:
Int
?
=
null
,
heading
:
Int
?
=
null
,
proximityAlertRadius
:
Int
?
=
null
)
Properties
heading
Link copied to clipboard
val
heading
:
Int
?
=
null
horizontal
Accuracy
Link copied to clipboard
val
horizontalAccuracy
:
Float
?
=
null
latitude
Link copied to clipboard
val
latitude
:
Float
live
Period
Link copied to clipboard
val
livePeriod
:
Int
?
=
null
longitude
Link copied to clipboard
val
longitude
:
Float
proximity
Alert
Radius
Link copied to clipboard
val
proximityAlertRadius
:
Int
?
=
null