class Tourmaline::InputVenueMessageContent

Included Modules

Defined in:

tourmaline/models/input_venue_message_content.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64, title : String, address : String, foursquare_id : String | Nil = nil, foursquare_type : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def address : String #

[View source]
def foursquare_id : String | Nil #

[View source]
def foursquare_type : String | Nil #

[View source]
def latitude : Float64 #

[View source]
def longitude : Float64 #

[View source]
def title : String #

[View source]