Package dev.inmo.tgbotapi.extensions.utils.extensions.venue

Types

Link copied to clipboard
data class Foursquare(id: FoursquareId, type: FoursquareType?)
Link copied to clipboard
data class GooglePlace(id: GooglePlaceId, type: GooglePlaceType?)

Functions

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

Link copied to clipboard
val Venue.foursquare: Foursquare?
Link copied to clipboard
val Venue.googlePlace: GooglePlace?