docs
5.0.0
common
docs
/
dev.inmo.tgbotapi.types.venue
Package-level
declarations
Types
Types
Venue
Link copied to clipboard
@
Serializable
data
class
Venue
(
val
location
:
StaticLocation
,
val
title
:
String
,
val
address
:
String
,
val
foursquareId
:
FoursquareId
?
=
null
,
val
foursquareType
:
FoursquareType
?
=
null
,
val
googlePlaceId
:
GooglePlaceId
?
=
null
,
val
googlePlaceType
:
GooglePlaceType
?
=
null
)
:
CommonVenueData
,
Locationed