Tourmaline::InputVenueMessageContent
Inherits JSON::Serializable / Reference / Object
Represents the content of a venue message to be sent as the result of an inline query.
Constructors
new(latitude : Float64, longitude : Float64, title : String, address : String, foursquare_id : String | Nil = nil, foursquare_type : String | Nil = nil, google_place_id : String | Nil = nil, google_place_type : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
Optional. Foursquare identifier of the venue, if known
foursquare_type
Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)
Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)
Optional. Google Places identifier of the venue
Optional. Google Places type of the venue. (See supported types.)