InlineQueryResultVenue

@Serializable
data class InlineQueryResultVenue(val id: InlineQueryId, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val thumbnailUrl: String? = null, val thumbnailWidth: Int? = null, val thumbnailHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult

Constructors

Link copied to clipboard
constructor(id: InlineQueryId, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)

Properties

Link copied to clipboard
@SerialName(value = "address")
open override val address: String
Link copied to clipboard
@SerialName(value = "foursquare_id")
open override val foursquareId: FoursquareId? = null
Link copied to clipboard
@SerialName(value = "foursquare_type")
open override val foursquareType: FoursquareType? = null
Link copied to clipboard
@SerialName(value = "google_place_id")
open override val googlePlaceId: GooglePlaceId? = null
Link copied to clipboard
@SerialName(value = "google_place_type")
open override val googlePlaceType: GooglePlaceType? = null
Link copied to clipboard
@SerialName(value = "id")
open override val id: InlineQueryId
Link copied to clipboard
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
Link copied to clipboard
@SerialName(value = "latitude")
open override val latitude: Double
Link copied to clipboard
@SerialName(value = "longitude")
open override val longitude: Double
Link copied to clipboard
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
Link copied to clipboard
@SerialName(value = "thumbnail_height")
open override val thumbnailHeight: Int? = null
Link copied to clipboard
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String? = null
Link copied to clipboard
@SerialName(value = "thumbnail_width")
open override val thumbnailWidth: Int? = null
Link copied to clipboard
@SerialName(value = "title")
open override val title: String
Link copied to clipboard
open override val type: String