ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.location
/
LocationAddress
Location
Address
@
Serializable
data
class
LocationAddress
(
val
countryCode
:
String
,
val
state
:
String
,
val
city
:
String
,
val
street
:
String
)
Members
Constructors
Location
Address
Link copied to clipboard
constructor
(
countryCode
:
String
,
state
:
String
,
city
:
String
,
street
:
String
)
Properties
city
Link copied to clipboard
@
SerialName
(
value
=
"city"
)
val
city
:
String
country
Code
Link copied to clipboard
@
SerialName
(
value
=
"country_code"
)
val
countryCode
:
String
state
Link copied to clipboard
@
SerialName
(
value
=
"state"
)
val
state
:
String
street
Link copied to clipboard
@
SerialName
(
value
=
"street"
)
val
street
:
String