toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
EditMessageLiveLocationOptions
Edit
Message
Live
Location
Options
@
Serializable
data
class
EditMessageLiveLocationOptions
(
var
horizontalAccuracy
:
Float
?
=
null
,
var
heading
:
Int
?
=
null
,
var
proximityAlertRadius
:
Int
?
=
null
,
var
livePeriod
:
Int
?
=
null
)
:
Options
Members
Constructors
Edit
Message
Live
Location
Options
Link copied to clipboard
constructor
(
horizontalAccuracy
:
Float
?
=
null
,
heading
:
Int
?
=
null
,
proximityAlertRadius
:
Int
?
=
null
,
livePeriod
:
Int
?
=
null
)
Properties
heading
Link copied to clipboard
var
heading
:
Int
?
horizontal
Accuracy
Link copied to clipboard
var
horizontalAccuracy
:
Float
?
live
Period
Link copied to clipboard
var
livePeriod
:
Int
?
proximity
Alert
Radius
Link copied to clipboard
var
proximityAlertRadius
:
Int
?