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

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

[View source]

Instance Method Detail

def address : String #

[View source]
def address=(address : String) #

[View source]
def forsquare_id : String | Nil #

[View source]
def forsquare_id=(forsquare_id : String | Nil) #

[View source]
def foursquare_type : String | Nil #

[View source]
def foursquare_type=(foursquare_type : String | Nil) #

[View source]
def latitude : Float64 #

[View source]
def latitude=(latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(longitude : Float64) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]