mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-26 10:56:32 +00:00
3.8 KiB
3.8 KiB
//docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue
Package dev.inmo.tgbotapi.extensions.utils.extensions.venue
Types
| Name | Summary |
|---|---|
| Foursquare | [common] Content data class Foursquare(id: FoursquareId, type: FoursquareType?) |
| GooglePlace | [common] Content data class GooglePlace(id: GooglePlaceId, type: GooglePlaceType?) |
Functions
| Name | Summary |
|---|---|
| Venue | [common] Content fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue |
Properties
| Name | Summary |
|---|---|
| foursquare | [common] val Venue.foursquare: Foursquare? |
| googlePlace | [common] val Venue.googlePlace: GooglePlace? |