toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types
/
InputMessageContent
/
VenueContent
Venue
Content
@
Serializable
data
class
VenueContent
(
val
latitude
:
Float
,
val
longitude
:
Float
,
val
title
:
String
,
val
address
:
String
,
val
foursquareId
:
String
?
=
null
,
val
foursquareType
:
String
?
=
null
,
val
googlePlaceId
:
String
?
=
null
,
val
googlePlaceType
:
String
?
=
null
)
:
InputMessageContent
Members
Constructors
Venue
Content
Link copied to clipboard
constructor
(
latitude
:
Float
,
longitude
:
Float
,
title
:
String
,
address
:
String
,
foursquareId
:
String
?
=
null
,
foursquareType
:
String
?
=
null
,
googlePlaceId
:
String
?
=
null
,
googlePlaceType
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
foursquare
Id
Link copied to clipboard
val
foursquareId
:
String
?
=
null
foursquare
Type
Link copied to clipboard
val
foursquareType
:
String
?
=
null
google
Place
Id
Link copied to clipboard
val
googlePlaceId
:
String
?
=
null
google
Place
Type
Link copied to clipboard
val
googlePlaceType
:
String
?
=
null
latitude
Link copied to clipboard
val
latitude
:
Float
longitude
Link copied to clipboard
val
longitude
:
Float
title
Link copied to clipboard
val
title
:
String