docs
5.2.1
common
docs
/
dev.inmo.tgbotapi.extensions.utils.extensions.venue
Package-level
declarations
Types
Functions
Properties
Types
Foursquare
Link copied to clipboard
@
Serializable
data
class
Foursquare
(
val
id
:
FoursquareId
,
val
type
:
FoursquareType
?
=
null
)
Google
Place
Link copied to clipboard
@
Serializable
data
class
GooglePlace
(
val
id
:
GooglePlaceId
,
val
type
:
GooglePlaceType
?
=
null
)
Functions
Venue
Link copied to clipboard
fun
Venue
(
location
:
StaticLocation
,
title
:
String
,
address
:
String
,
foursquare
:
Foursquare
)
:
Venue
fun
Venue
(
location
:
StaticLocation
,
title
:
String
,
address
:
String
,
googlePlace
:
GooglePlace
)
:
Venue
Properties
foursquare
Link copied to clipboard
val
Venue
.
foursquare
:
Foursquare
?
google
Place
Link copied to clipboard
val
Venue
.
googlePlace
:
GooglePlace
?