ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.stories
/
StoryAreaType
/
Location
Location
data
class
Location
(
val
latitude
:
Double
,
val
longitude
:
Double
,
val
address
:
LocationAddress
?
=
null
)
:
StoryAreaType
Members
Constructors
Location
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
,
address
:
LocationAddress
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
:
StoryAreaType.Type
Properties
address
Link copied to clipboard
val
address
:
LocationAddress
?
=
null
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
type
Link copied to clipboard
open
override
val
type
:
StoryAreaType.Type