class Tourmaline::InputVenueMessageContent

Included Modules

Defined in:

tourmaline/models/input_venue_message_content.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

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

[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 google_place_id : String | Nil #

[View source]
def google_place_type : String | Nil #

[View source]
def latitude : Float64 #

[View source]
def longitude : Float64 #

[View source]
def title : String #

[View source]