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

Types

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

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?