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

Types

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

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?
googlePlace
Link copied to clipboard
val Venue.googlePlace: GooglePlace?