class TelegramBot::InputVenueMessageContent

Included Modules

Defined in:

telegram_bot/types/input_venue_message_content.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def address : String #

def address=(address : String) #

def forsquare_id : String | Nil #

def forsquare_id=(forsquare_id : String | Nil) #

def foursquare_type : String | Nil #

def foursquare_type=(foursquare_type : String | Nil) #

def latitude : Float64 #

def latitude=(latitude : Float64) #

def longitude : Float64 #

def longitude=(longitude : Float64) #

def title : String #

def title=(title : String) #