class Tourmaline::InputVenueMessageContent
inherits Reference
#
Represents the content of a venue message to be sent as the result of an inline query.
Included modules
JSON::Serializable
Constructors#
.new(latitude, longitude, title, address, foursquare_id : String? = nil, foursquare_type : String? = nil, google_place_id : String? = nil, google_place_type : String? = nil)
#
(latitude, longitude, title, address, foursquare_id : String? = nil, foursquare_type : String? = nil, google_place_id : String? = nil, google_place_type : String? = nil)
Methods#
#foursquare_id=(foursquare_id : String?)
#
(foursquare_id : String?)
Optional. Foursquare identifier of the venue, if known
#foursquare_type : String?
#
: String?
Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)
#foursquare_type=(foursquare_type : String?)
#
(foursquare_type : String?)
Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)
#google_place_id=(google_place_id : String?)
#
(google_place_id : String?)
Optional. Google Places identifier of the venue
#google_place_type : String?
#
: String?
Optional. Google Places type of the venue. (See supported types.)
#google_place_type=(google_place_type : String?)
#
(google_place_type : String?)
Optional. Google Places type of the venue. (See supported types.)