Package dev. inmo. tgbotapi. extensions. utils. extensions. venue
Types
Link copied to clipboard
data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)
Content copied to clipboard
Link copied to clipboard
data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)
Content copied to clipboard
Functions
Link copied to clipboard
fun Venue( location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue
Content copied to clipboard
fun Venue( location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue
Content copied to clipboard