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
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
val
city
:
String
country
Code
Link copied to clipboard
val
countryCode
:
String
state
Link copied to clipboard
val
state
:
String
street
Link copied to clipboard
val
street
:
String