InlineQueryResultVenue

telegramium.bots.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], thumbnailUrl: Option[String], thumbnailWidth: Option[Int], thumbnailHeight: 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

thumbnailHeight

Optional. Thumbnail height

thumbnailUrl

Optional. Url of the thumbnail for the result

thumbnailWidth

Optional. Thumbnail width

title

Title of the venue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product