1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-26 09:55:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-common-venue-data/index.md
2021-03-17 15:18:37 +00:00

3.5 KiB

//docs/dev.inmo.tgbotapi.CommonAbstracts/CommonVenueData

CommonVenueData

[common] interface CommonVenueData : Titled

Properties

Name Summary
address [common] abstract val address: String
foursquareId [common] abstract val foursquareId: FoursquareId?
foursquareType [common] abstract val foursquareType: FoursquareType?
googlePlaceId [common] abstract val googlePlaceId: GooglePlaceId?
googlePlaceType [common] abstract val googlePlaceType: GooglePlaceType?
title [common] abstract override val title: String

Inheritors

Name
InlineQueryResultVenue
InputVenueMessageContent
Venue