InlineQueryResultVenue

data class InlineQueryResultVenue(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId?, foursquareType: FoursquareType?, googlePlaceId: GooglePlaceId?, googlePlaceType: GooglePlaceType?, thumbUrl: String?, thumbWidth: Int?, thumbHeight: Int?, replyMarkup: InlineKeyboardMarkup?, inputMessageContent: InputMessageContent?) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult

Properties

Link copied to clipboard
open override val address: String
Link copied to clipboard
open override val foursquareId: FoursquareId? = null
Link copied to clipboard
open override val foursquareType: FoursquareType? = null
Link copied to clipboard
open override val googlePlaceId: GooglePlaceId? = null
Link copied to clipboard
open override val googlePlaceType: GooglePlaceType? = null
Link copied to clipboard
open override val id: InlineQueryIdentifier
Link copied to clipboard
open override val inputMessageContent: InputMessageContent? = null
Link copied to clipboard
open override val latitude: Double
Link copied to clipboard
open override val longitude: Double
Link copied to clipboard
open override val replyMarkup: InlineKeyboardMarkup? = null
Link copied to clipboard
open override val thumbHeight: Int? = null
Link copied to clipboard
open override val thumbUrl: String? = null
Link copied to clipboard
open override val thumbWidth: Int? = null
Link copied to clipboard
open override val title: String
Link copied to clipboard
open override val type: String