ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.business_connection
/
BusinessLocation
Business
Location
@
Serializable
data
class
BusinessLocation
(
val
address
:
String
,
val
location
:
StaticLocation
)
Members
Constructors
Business
Location
Link copied to clipboard
constructor
(
address
:
String
,
location
:
StaticLocation
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
location
Link copied to clipboard
@
SerialName
(
value
=
"location"
)
val
location
:
StaticLocation