class Tourmaline::InputVenueMessageContent
- Tourmaline::InputVenueMessageContent
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
tourmaline/models/input_venue_message_content.crConstructors
- .new(latitude : Float64, longitude : Float64, title : String, address : String, foursquare_id : Nil | String = nil, foursquare_type : Nil | String = nil, google_place_id : Nil | String = nil, google_place_type : Nil | String = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #address : String
- #foursquare_id : String | Nil
- #foursquare_type : String | Nil
- #google_place_id : String | Nil
- #google_place_type : String | Nil
- #latitude : Float64
- #longitude : Float64
- #title : String
Constructor Detail
def self.new(latitude : Float64, longitude : Float64, title : String, address : String, foursquare_id : Nil | String = nil, foursquare_type : Nil | String = nil, google_place_id : Nil | String = nil, google_place_type : Nil | String = nil)
#