Package dev.inmo.tgbotapi.types.venue

Types

Link copied to clipboard
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