toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.utils
/
dev.inmo.tgbotapi.extensions.utils.extensions.venue
/
Foursquare
Foursquare
@
Serializable
data
class
Foursquare
(
val
id
:
FoursquareId
,
val
type
:
FoursquareType
?
=
null
)
Members
Constructors
Foursquare
Link copied to clipboard
constructor
(
id
:
FoursquareId
,
type
:
FoursquareType
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"foursquare_id"
)
val
id
:
FoursquareId
type
Link copied to clipboard
@
SerialName
(
value
=
"foursquare_type"
)
val
type
:
FoursquareType
?
=
null