commonMain.dev.inmo.tgbotapi.abstracts.CommonVenueData.kt Maven / Gradle / Ivy
package dev.inmo.tgbotapi.abstracts
import dev.inmo.tgbotapi.types.*
interface CommonVenueData : Titled {
override val title: String
val address: String
val foursquareId: FoursquareId?
val foursquareType: FoursquareType? // TODO:: Rewrite with enum or interface
val googlePlaceId: GooglePlaceId?
val googlePlaceType: GooglePlaceType?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy