InlineQueryResultVenue

final case class InlineQueryResultVenue(id: String, latitude: Float, longitude: Float, title: String, address: String, foursquareId: Option[String], foursquareType: Option[String], googlePlaceId: Option[String], googlePlaceType: Option[String], replyMarkup: Option[InlineKeyboardMarkup], inputMessageContent: Option[InputMessageContent], thumbUrl: Option[String], thumbWidth: Option[Int], thumbHeight: Option[Int]) extends InlineQueryResult

Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the venue.

Value parameters:
address

Address of the venue

foursquareId

Optional. Foursquare identifier of the venue if known

foursquareType

Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

googlePlaceId

Optional. Google Places identifier of the venue

googlePlaceType

Optional. Google Places type of the venue. (See supported types.)

id

Unique identifier for this result, 1-64 Bytes

inputMessageContent

Optional. Content of the message to be sent instead of the venue

latitude

Latitude of the venue location in degrees

longitude

Longitude of the venue location in degrees

replyMarkup

Optional. Inline keyboard attached to the message

thumbHeight

Optional. Thumbnail height

thumbUrl

Optional. Url of the thumbnail for the result

thumbWidth

Optional. Thumbnail width

title

Title of the venue

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product