InputVenueMessageContent

telegramium.bots.InputVenueMessageContent
final case class InputVenueMessageContent(latitude: Float, longitude: Float, title: String, address: String, foursquareId: Option[String], foursquareType: Option[String], googlePlaceId: Option[String], googlePlaceType: Option[String]) extends InputMessageContent

Represents the content of a venue message to be sent as the result of an inline query.

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.)

latitude

Latitude of the venue in degrees

longitude

Longitude of the venue in degrees

title

Name 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